AndreyGermanov / yolov8_onnx_nodejs

YOLOv8 inference using Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YOLOv8 inference using Node.js

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

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_nodejs.git
  • Go to the root of cloned repository
  • Install dependencies by running npm install

Run

Execute:

node object_detector.js

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.

About

YOLOv8 inference using Node.js

License:GNU General Public License v3.0


Languages

Language:JavaScript 76.0%Language:HTML 24.0%