Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Подсчет людей поосетителей в магазине

FastAPI + YOLOv8 app for counting people on images, videos, or live streams.

Setup

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Windows setup

PowerShell:

python -m venv venv
.\venv\Scripts\Activate.ps1
pip install -r requirements.txt

CMD:

python -m venv venv
venv\Scripts\activate.bat
pip install -r requirements.txt

Run

uvicorn app.main:app --reload --host 0.0.0.0 --port 8000

Open: http://localhost:8000

Для запуска стрима на linux используйте python stream/ec_stream.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages