Skip to content

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! πŸ€ͺ

Notifications You must be signed in to change notification settings

SkalskiP/yolov8-live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

911650d Β· Feb 25, 2023

History

9 Commits
Feb 9, 2023
Feb 25, 2023
Feb 14, 2023
Feb 14, 2023

Repository files navigation

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

About

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! πŸ€ͺ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages