项目作者: Vetal1977

项目描述 :
为TensorFlow服务托管的TensorFlow模型创建REST API
高级语言: Python
项目地址: git://github.com/Vetal1977/tf_serving_flask_app.git
创建时间: 2017-11-08T21:36:08Z
项目社区:https://github.com/Vetal1977/tf_serving_flask_app

开源协议:

下载


TensorFlow Serving client hosted by Flask web framework

This is an extension of my TensorFlow Serving test project. It introduces a Flask web server that hosts TensorFlow serving client. It receives REST requests to predict Street View House Numbers, translates them into protobufs and sends to a TensorFlow server via gRPC for prediction by GAN model.
Mentioned GAN model is trained using semi-supervised learning technique and based on the model taught at Udacity Deep Learning Foundations course. The original Jupyter Notebook can be found at GitHub.
More details on the project can be found at my @vitaly.bezgachev/creating-restful-api-to-tensorflow-models-c5c57b692c10">blog.