Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 898 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 898 Bytes

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 [email protected]: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.