Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skalskip/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! ðŸĪŠ
https://github.com/skalskip/yolov8-live

real-time supervision video-analysis video-processing video-streaming webcam yolo yolov8

Last synced: about 2 months ago
JSON representation

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! ðŸĪŠ

Awesome Lists containing this project

README

        

YOLOv8 LIVE



count-objects-crossing-line

## 👋 hello

A short script showing how to build simple real-time video analytics apps using [YOLOv8](https://github.com/ultralytics/ultralytics) and [Supervision](https://github.com/roboflow/supervision). Try it out, and most importantly have fun! ðŸĪŠ

## ðŸ’ŧ Install

```bash
# create python virtual environment
python3 -m venv venv

# activate the virtual environment
source venv/bin/activate

# install dependencies
pip install -r requirements.txt
```

## ðŸ“ļ Execute

```bash
python3 -m main
```