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

https://github.com/aitamilnadu/butterfly-model-deploy

TensorFlow Model Deployment
https://github.com/aitamilnadu/butterfly-model-deploy

tensorflow tensorflow-models tensorflow-serving tensorflow-tutorials

Last synced: 5 months ago
JSON representation

TensorFlow Model Deployment

Awesome Lists containing this project

README

          

```console

tensorflow_model_server --model_base_path=/mnt/e/git/butterfly-model-deploy/my_image_classifier --rest_api_port=9000 --model_name=ImageClassifier

cd flask_Server
flask run --host=0.0.0.0
```