项目作者: asrajeh

项目描述 :
Tensorflow Serving
高级语言: Python
项目地址: git://github.com/asrajeh/tensorflow_serving.git
创建时间: 2019-07-23T04:55:46Z
项目社区:https://github.com/asrajeh/tensorflow_serving

开源协议:

下载


TensorFlow Serving

Ready to run example of TensorFlow serving

Reference: https://www.tensorflow.org/tfx/serving/tutorials/Serving_REST_simple

  1. ./install.sh # run for one time to install the requirements
  2. python model.py # train and save a model
  3. ./server.sh # start the server
  4. python request.py # send web request to the model
  5. ./stop.sh # stop the server