Home
Softono

Yolov8 Live

Open source Python
88
Stars
46
Forks
2
Issues
2
Watchers
3 years
Last Commit

 About Yolov8 Live

A short script showing how to build simple real-time video analytics apps using YOLOv8 and Supervision. Try it out, and most importantly have fun! 🤪

Platforms

Web Self-hosted

Languages

Python

Need Help Installing Yolov8 Live?

We provide expert installation service for this software. Our team will install, configure, and secure Yolov8 Live on your server. plans start at just $30.

Yolov8 Live

View on GitHub

YOLOv8 LIVE

count-objects-crossing-line

👋 hello

A short script showing how to build simple real-time video analytics apps using YOLOv8 and Supervision. Try it out, and most importantly have fun! 🤪

💻 Install

# create python virtual environment
python3 -m venv venv

# activate the virtual environment
source venv/bin/activate

# install dependencies
pip install -r requirements.txt

📸 Execute

python3 -m main