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

https://github.com/vaaaaanquish/rust-machine-learning-api-example

Example of Rust API for Machine Learning
https://github.com/vaaaaanquish/rust-machine-learning-api-example

Last synced: about 18 hours ago
JSON representation

Example of Rust API for Machine Learning

Awesome Lists containing this project

README

        

# rust-machine-learning-api-example
Example of Rust API for Machine Learning

API example that uses `resnet224` to infer images received in base64 and returns the results.

Used pytorch rust bindings.

fork (TensorFlow): https://github.com/dskkato/rust-machine-learning-api-example

# Usage

```rust
docker compose up -d --build
python sample_request.py
```