Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swapnanildutta/tensorflow-deployment
TensorFlow models using TensorFlow Serving and Docker, a simple web application with Flask which will serve as an interface to get predictions from the served TensorFlow model.
https://github.com/swapnanildutta/tensorflow-deployment
docker flask flask-application project python python3 tensorflow tensorflow-models tensorflow-serving-flask
Last synced: 17 days ago
JSON representation
TensorFlow models using TensorFlow Serving and Docker, a simple web application with Flask which will serve as an interface to get predictions from the served TensorFlow model.
- Host: GitHub
- URL: https://github.com/swapnanildutta/tensorflow-deployment
- Owner: swapnanildutta
- License: mit
- Created: 2020-05-11T15:20:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T16:00:06.000Z (over 4 years ago)
- Last Synced: 2024-11-03T06:42:29.580Z (2 months ago)
- Topics: docker, flask, flask-application, project, python, python3, tensorflow, tensorflow-models, tensorflow-serving-flask
- Language: Python
- Homepage:
- Size: 10.3 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tensorflow-Deployment
[![HitCount](http://hits.dwyl.com/swapnanildutta/Tensorflow-Deployment.svg)](http://hits.dwyl.com/swapnanildutta/Tensorflow-Deployment)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
TensorFlow models using TensorFlow Serving and Docker, a simple web application with Flask which will serve as an interface to get predictions from the served TensorFlow model.## Frameworks:
### Flask
Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions.### Tensorflow Serving
TensorFlow Serving is a flexible, high-performance serving system for machine learning models, designed for production environments. TensorFlow Serving makes it easy to deploy new algorithms and experiments, while keeping the same server architecture and APIs. TensorFlow Serving provides out-of-the-box integration with TensorFlow models, but can be easily extended to serve other types of models and data.## Working Diagram:
## Required Setup:
- Python3 with Tensorflow, Flask, and Flask Bootstrap
- Docker with Tensorflow Serving## Output:
### Trying with a cat's image
![Cat Prediction](https://github.com/swapnanildutta/Tensorflow-Deployment/blob/master/images/cat.gif)### Also trying with a dog's image
![Dog Prediction](https://github.com/swapnanildutta/Tensorflow-Deployment/blob/master/images/dog.gif)