An open API service indexing awesome lists of open source software.

https://github.com/benman1/tensorflow_flask

tensorflow model deployment in flask REST API
https://github.com/benman1/tensorflow_flask

deployment example flask tensorflow

Last synced: 9 months ago
JSON representation

tensorflow model deployment in flask REST API

Awesome Lists containing this project

README

          

# Deploy tensorflow models in flask

Developed and tested in python 3.

Start using `python3 api.py`

[test link](http://localhost:5000/model?x_in=10.0&y_star=29.1)

The tensorflow portion of the code is based on an idea in a blog post by [Nathan Brixius](https://nathanbrixius.wordpress.com/2016/05/23/a-simple-predictive-model-in-tensorflow/).