https://github.com/creatcodebuild/tf-model-service
Flask microservice of TensorFlow models
https://github.com/creatcodebuild/tf-model-service
Last synced: 3 months ago
JSON representation
Flask microservice of TensorFlow models
- Host: GitHub
- URL: https://github.com/creatcodebuild/tf-model-service
- Owner: CreatCodeBuild
- Created: 2016-12-26T08:08:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-08T07:58:35.000Z (almost 9 years ago)
- Last Synced: 2025-01-02T15:23:26.476Z (12 months ago)
- Language: Python
- Size: 4.66 MB
- Stars: 29
- Watchers: 7
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TF-Model-Service (Only a demo)
Flask microservice of TensorFlow models
It has been tested with all 10 images. Everything works. 经过测试,一切运行正常。
### Run
```bash
python TF-Model-Service.py
```
### Test
```bash
python model.py
```
### API
rest: address:port/single-digit
method: POST
body: raw
see .postman_collection.json for details
### Video
[如何使用 How to use](http://www.bilibili.com/video/av8476660/)
[如何实现 How to implement](http://www.bilibili.com/video/av8478393/)