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

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

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