• Stars
    star
    103
  • Rank 333,046 (Top 7 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created about 7 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

API for Tensorflow model in Flask

Simple Flask API for a Tensorflow Model

See the blog post covering the main steps.

To be hosted on Heroku (files Procfile, requirements.txt and runtime.txt).

To run locally,

python app.py

The model is from another repo on my github and is in the model directory. The flask app is defined in app.py which contains generic logic. The model-specific logic for the API is in the serve.py file.

An example of client is in the client directory.