This is a face detection program that captures video from the default camera and detects faces in each frame using the Haar Cascade classifier.
Clone or download the repository:
git clone https://github.com/NathanielMention/faceDetect
(Must have Python, Pip, and OpenCV installed)
In the application directory run:
pip install opencv-python
In the root application directory run:
python3 main.py