6 ms·
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
by edenhyacinth 6y 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.
- LockAndLol 6y agoThanks for the response. That does sound pretty much like what I would like to do. Have you by any chance open-sourced your project? I'm new to rust, but I'll check out Rocket. Cheers