Integrated the ONNX Runtime in the Pipeless framework via this crate! #114
Pinned
miguelaeh
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
First, great work with this crate! It works better than the original bindings in the official onnxruntime repo.
I wanted to share that I have integrated the ONNX Runtime in the Pipeless framework via this crate. Pipeless provides serverless like development experience for computer vision and, with this integration, developers can load their models and get the inference results out-of-the-box, just by providing the URI to the model file.
So great work guys! BTW, not sure if this has been discussed before, but maybe this create could become the official bindings. From what I have read the Rust bindings are not too active in the official repo, so they could also be interested in collaborate and help maintaining it. Just leaving the idea there.
Beta Was this translation helpful? Give feedback.
All reactions