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
- Host: GitHub
- URL: https://github.com/vaaaaanquish/rust-machine-learning-api-example
- Owner: vaaaaanquish
- License: mit
- Created: 2021-09-04T22:01:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-11T01:44:01.000Z (over 3 years ago)
- Last Synced: 2025-04-28T13:02:02.078Z (about 18 hours ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 19
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-machine-learning-api-example
Example of Rust API for Machine LearningAPI 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
```