feat: add ONNX model inference wrapper

This commit is contained in:
Asep Haryana Saputra
2026-05-23 09:41:30 +00:00
parent ad4c897c41
commit fc34e52911
2 changed files with 183 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
mod config;
mod error;
mod image;
mod model;
mod routes;
fn main() {