MCPcopy Create free account
hub / github.com/AndreyGermanov/yolov8_onnx_rust

github.com/AndreyGermanov/yolov8_onnx_rust @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
10 symbols 18 edges 1 files ⚖ GPL-3.0 7 documented · 70% updated 2y ago★ 741 open issues

Browse by type

Functions 10 Types & classes 0
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

YOLOv8 inference using Rust

This is a web interface to YOLOv8 object detection neural network implemented on Rust.

This is a source code for a "How to create YOLOv8-based object detection web service using Python, Julia, Node.js, JavaScript, Go and Rust" tutorial.

Install

  • Clone this repository: git clone git@github.com:AndreyGermanov/yolov8_onnx_rust.git

Ensure that the ONNX runtime installed on your operating system, because the library that integrated to the Rust package may not work correctly. To install it, you can download the archive for your operating system from here, extract and copy contents of "lib" subfolder to the system libraries path of your operating system.

Run

Execute:

cargo run

It will start a webserver on http://localhost:8080. Use any web browser to open the web interface.

Using the interface you can upload the image to the object detector and see bounding boxes of all objects detected on it.

Core symbols most depended-on inside this repo

browse all functions →

Shape

Function 10

Languages

Rust100%

Modules by API surface

src/main.rs10 symbols

For agents

$ claude mcp add yolov8_onnx_rust \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page