Make use of Flask & Gevent to deploy your DL models with ease. Checkout my blogpost for further details on the topic! 📝📰💡
- Clone this repo
- Install requirements
- Run the script
- Check http://localhost:5000
- Done! 🎉
👇Screenshot:
$ git clone https://github.com/s-gbz/keras-flask-deploy-webapp.git
$ pip install -r requirements.txt
Make sure you have the following installed:
- tensorflow
- keras
- flask
- pillow
- h5py
- gevent
Python 2.7 or 3.5+ are supported and tested.
$ python app.py
Open http://localhost:5000 and have fun. 😃
Check Siraj's "How to Deploy a Keras Model to Production" video. The corresponding repo.