|
|
|
|
|
by edenhyacinth
1969 days ago
|
|
I have! Used FastAPI as a frontend to do some minor data modification, and passed the data for model inference in Rust. Works really nicely, although given how little work I'm doing in the Python side I honestly prefer using Rocket instead of FastAPI and then using pyo3 to call the Python library in Rust, rather than the other way around. |
|
I'm new to rust, but I'll check out Rocket. Cheers