All Projects → gbnk0 → simple-image-classifier

gbnk0 / simple-image-classifier

Licence: MIT License
Simple image classifier microservice using tensorflow and sanic

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to simple-image-classifier

Rapping Neural Network
Rap song writing recurrent neural network trained on Kanye West's entire discography
Stars: ✭ 951 (+4222.73%)
Mutual labels:  learning, machine
Ios11 Visionframework
Vision Framework IOS WWDC 2017
Stars: ✭ 85 (+286.36%)
Mutual labels:  learning, machine
Gpt2 Telegram Chatbot
GPT-2 Telegram Chat bot
Stars: ✭ 41 (+86.36%)
Mutual labels:  learning, machine
Mex Vocabulary
MEX Vocabulary: a lightweight machine learning interchange format
Stars: ✭ 19 (-13.64%)
Mutual labels:  learning, machine
Startup Landing
Collection of free top of the line startup landing templates built using react/nextjs/gatsby. Free to download, simply edit and deploy! Updated weekly!
Stars: ✭ 176 (+700%)
Mutual labels:  learning, simple
Pytorch Forecasting
Time series forecasting with PyTorch
Stars: ✭ 849 (+3759.09%)
Mutual labels:  learning, machine
Makine Ogrenmesi
Makine Öğrenmesi Türkçe Kaynak
Stars: ✭ 82 (+272.73%)
Mutual labels:  learning, machine
Machine Learning Mindmap
A mindmap summarising Machine Learning concepts, from Data Analysis to Deep Learning.
Stars: ✭ 5,339 (+24168.18%)
Mutual labels:  learning, machine
Scenescoop
A tool to describe the content of videos and suggest similar scenes in other videos/films.
Stars: ✭ 103 (+368.18%)
Mutual labels:  learning, machine
Mit Deep Learning Book Pdf
MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville
Stars: ✭ 9,859 (+44713.64%)
Mutual labels:  learning, machine
Awesome Machine Learning
🎰 A curated list of machine learning resources, preferably CoreML
Stars: ✭ 716 (+3154.55%)
Mutual labels:  learning, machine
Machine Learning For Learning Resources
This ebook from Jason Brownlee. Educational perpose only! Thanks to Jason for the books.
Stars: ✭ 221 (+904.55%)
Mutual labels:  learning, machine
Deepj
A deep learning model for style-specific music generation.
Stars: ✭ 681 (+2995.45%)
Mutual labels:  learning, machine
Cryptoinscriber
📈 A live cryptocurrency historical trade data blotter. Download live historical trade data from any cryptoexchange, be it for machine learning, backtesting/visualizing trading strategies or for Quantopian/Zipline.
Stars: ✭ 27 (+22.73%)
Mutual labels:  learning, machine
Hungabunga
HungaBunga: Brute-Force all sklearn models with all parameters using .fit .predict!
Stars: ✭ 614 (+2690.91%)
Mutual labels:  learning, machine
Ludwig
Data-centric declarative deep learning framework
Stars: ✭ 8,018 (+36345.45%)
Mutual labels:  learning, machine
Moviebox
Machine learning movie recommending system
Stars: ✭ 504 (+2190.91%)
Mutual labels:  learning, machine
Sklearn Classification
Data Science Notebook on a Classification Task, using sklearn and Tensorflow.
Stars: ✭ 518 (+2254.55%)
Mutual labels:  learning, machine
Sigma
Rocket powered machine learning. Create, compare, adapt, improve - artificial intelligence at the speed of thought.
Stars: ✭ 98 (+345.45%)
Mutual labels:  learning, machine
Deepsort
🧠 AI powered image tagger backed by DeepDetect
Stars: ✭ 209 (+850%)
Mutual labels:  learning, machine

simple-image-classifier

Simple image classifier microservice using tensorflow

pipeline status dockerbuild Codacy Badge python_version

PREREQUISITES FOR LOCAL RUN

  • A linux system
  • python >= 3.5

QUICKSTART GUIDE

RUN WITH DOCKER
docker run -p8080:8080 gbnk0/simple-image-classifier:latest
LOCAL RUN WITH PYTHON

Go to the app folder:

cd app/
pip3 install -r requirements.txt
python3 app.py

It will listen on localhost:8080

EXAMPLES:

cd example-lib/
edit the example.py file with your set of pictures
python3 example.py

POPULATING DATASET

When you successfully created a dataset using the /datasets endpoint: One method for populating the new dataset is to copy all your categories folders (dog, cat, fish, people) to the data/{datasetName}/labels/ folder.

API DOCUMENTATION:

Run in Postman

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].