/yolov8-tfjs

YOLOv8 running locally in your browser using TensorflowJS.

Primary LanguageJavaScript

YOLOv8 on TensorflowJS

YOLOv8 running locally in your browser using TensorflowJS.

Try out the Live Demo.

Run

npm install
npm start

Use your own model

Update modelURL in App.jsx

const modelURL = 'paste-here-your-manifes-url';