This project is Simple API for image classification, it is based ResNet50 architecture for recognition and was implements with Keras and Tensorflow.
- Create your environment in anaconda
conda create --name imagenation-api keras numpy flask PIL gevent requests tensorflow
- Activate environment
source activate imagenation-api
- Run server
python run.py`