Skip to content

Detection of people using HOG + Linear SVM and notifying with telegram bot

Notifications You must be signed in to change notification settings

pavanad/people-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

People Detection using HOG + Linear SVM

Install requirements

poetry install

# or with pip
pip install -r requirements.txt

Credentials

Create file .env in people_detection/config/

CHAT_ID=<YOUR ID HERE>
TELEGRAM_TOKEN=<YOUR TOKEN HERE>
RTSP_URL=<YOUR URL HERE>

Running with Docker

sudo docker build -t peopledetection .
sudo docker run -v /logs/:/app/logs -d --name people-detection --restart=always peopledetection

About

Detection of people using HOG + Linear SVM and notifying with telegram bot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published