https://github.com/simonrw/rust-tensorflow-serving2
Asynchronous tensorflow serving API wrapper using gRPC and tonic
https://github.com/simonrw/rust-tensorflow-serving2
Last synced: 11 months ago
JSON representation
Asynchronous tensorflow serving API wrapper using gRPC and tonic
- Host: GitHub
- URL: https://github.com/simonrw/rust-tensorflow-serving2
- Owner: simonrw
- Created: 2019-10-13T22:24:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T18:24:29.000Z (over 6 years ago)
- Last Synced: 2025-03-31T04:15:00.591Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Features
Async version of my [other package](https://gitlab.com/srwalker101/rust-tensorflow-serving)
### Model introspection
* [x] Get model status
* [x] Handle reload config request
### Prediction
* [ ] Classify
* [ ] Regress
* [x] Predict
* [ ] MultiInference
* [x] GetModelMetadata