Simple image classifier microservice using tensorflow
- A linux system
- python >= 3.5
docker run -p8080:8080 gbnk0/simple-image-classifier:latest
Go to the app folder:
cd app/
pip3 install -r requirements.txt
python3 app.py
It will listen on localhost:8080
cd example-lib/
edit the example.py file with your set of pictures
python3 example.py
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.