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
- Host: GitHub
- URL: https://github.com/aitamilnadu/butterfly-model-deploy
- Owner: aitamilnadu
- Created: 2019-12-21T08:19:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T19:53:46.000Z (over 6 years ago)
- Last Synced: 2025-02-13T18:50:48.941Z (over 1 year ago)
- Topics: tensorflow, tensorflow-models, tensorflow-serving, tensorflow-tutorials
- Language: Python
- Homepage:
- Size: 104 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```