awslabs / multi-model-server

Multi Model Server is a tool for serving neural net models for inference
Apache License 2.0
998 stars 230 forks source link

Add a TensorFlow Saved Model serving example #943

Open siddharthgee opened 4 years ago

siddharthgee commented 4 years ago
  1. We define a tensorflow_saved_model_service.py to serve tensorflow models
  2. We extend it as tensorflow_vision_service.py to serve image requests
  3. Added a README on how to use the tf_vision example.

Before or while filing an issue please feel free to join our slack channel to get in touch with development team, ask questions, find out what's cooking and more!

Issue #, if available:

Description of changes:

Testing done:

To run CI tests on your changes refer README.md

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

vdantu commented 4 years ago

@maaquib @dhanainme