vaaaaanquish / rust-machine-learning-api-example

Example of Rust API for Machine Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

About

Example of Rust API for Machine Learning

License:MIT License


Languages

Language:Rust 58.0%Language:Python 20.2%Language:Dockerfile 20.0%Language:Shell 1.9%