PC-02 / Computer-Vision

Basic CV Python programs for motion detection & facial detection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Motion Detection & Facial Detection

Requirements

pip install -r req.txt

// OR 
 
pip3 install -r req.txt

How to Run

For Motion Detection:

python3 detect.py

// OR

python3 detect2.py

For Facial Recognition:

python3 face_detect.py haarcascade_frontalface_default.xml

About

Basic CV Python programs for motion detection & facial detection.


Languages

Language:Python 100.0%