We will be using YOLO Darkflow for this.
Simply run:
docker-compose up
A test command will be run automatically to indentify images you pass through URL:
http://0.0.0.0:5000/predict?url=https://media-cdn.tripadvisor.com/media/photo-s/17/ba/a6/31/burger.jpg
or through base64 encoding:
http://0.0.0.0:5000/predict?image_b64=<base_64_enconding>
or you can pass a local file:
curl -X POST -F "file=@/path/to/file" http://localhost:5000/predict
https://nanonets.com/blog/multi-label-classification-using-deep-learning/
https://www.kaggle.com/pouryaayria/convolutional-neural-networks-tutorial-tensorflow
https://www.kaggle.com/kanncaa1/deep-learning-tutorial-for-beginners
wget http://data.vision.ee.ethz.ch/cvl/food-101.tar.gz
- Download CUDA
sudo sh FILE --override