Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 531 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 531 Bytes

OpenCV Human Detection

Simple OpenCV script for human decetion and playing alarm sound so I can sleep in peace in work without worrying about to be caught by my boss.

Download the model

  • Yolo11
  • Open main.py and change line 18 to the path of the model you downloaded.

Usage

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

Requirements

  • Python 3.8-3.11
  • CPU
  • Camera
  • Headphones