xmba15/onnx_runtime_cpp
small c++ library to quickly deploy models using onnxruntime
This is a C++ library that helps developers quickly integrate and run deep learning models (like those for object detection or image classification) into their applications. You provide a pre-trained ONNX model and an input image, and it outputs the model's predictions, such as identified objects or classifications. It is ideal for developers who need to deploy AI models efficiently in C++ environments.
385 stars. No commits in the last 6 months.
Use this if you are a C++ developer needing to embed pre-trained deep learning models, particularly for computer vision tasks, directly into your applications for fast inference.
Not ideal if you are looking for a high-level tool for training models, or if you prefer a different programming language like Python for model deployment.
Stars
385
Forks
55
Language
C++
License
MIT
Category
Last pushed
Jul 02, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/xmba15/onnx_runtime_cpp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
microsoft/onnxruntime
ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
onnx/onnx
Open standard for machine learning interoperability
PINTO0309/onnx2tf
Self-Created Tools to convert ONNX files (NCHW) to TensorFlow/TFLite/Keras format (NHWC). The...
NVIDIA/TensorRT
NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This...
onnx/onnxmltools
ONNXMLTools enables conversion of models to ONNX