/service-ResNet50

API to run model ResNet50

Primary LanguagePython

🚀 Imagenation Simple API 🚀

version

This project is Simple API for image classification, it is based ResNet50 architecture for recognition and was implements with Keras and Tensorflow.

How to run ?

  • 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`