MCPcopy Index your code
hub / github.com/AndreyGermanov/yolov8_onnx_go

github.com/AndreyGermanov/yolov8_onnx_go @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
14 symbols 33 edges 4 files 10 documented · 71% updated 2y ago★ 621 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

YOLOv8 inference using Go

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

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_go.git
  • Go to the root of cloned repository
  • Install dependencies by running go get

Run

Execute:

go 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

Shape

Function 13
Struct 1

Languages

Go100%

Modules by API surface

main.go5 symbols
imagex.go5 symbols
onnx_util.go3 symbols
global.go1 symbols

For agents

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

⬇ download graph artifact

Ask about this repo answers extend the page