pavanad / people-detection

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

Repository from Github https://github.compavanad/people-detectionRepository from Github https://github.compavanad/people-detection

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


Languages

Language:Python 92.7%Language:Dockerfile 7.3%