# onnx_project **Repository Path**: z9527567/onnx_project ## Basic Information - **Project Name**: onnx_project - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-08 - **Last Updated**: 2025-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ONNX Runtime C++ Demo This is a simple C++ demo using ONNX Runtime for image classification. ## Prerequisites 1. ONNX Runtime C++ library 2. CMake 3.12 or higher 4. C++17 compatible compiler ## Setup ### 1. Install ONNX Runtime Download ONNX Runtime from [https://github.com/microsoft/onnxruntime/releases](https://github.com/microsoft/onnxruntime/releases) Extract it to `/opt/onnxruntime` or update the path in `CMakeLists.txt`.