Face detection using OpenCV wiith Haar Cascades
Try out this implementation of a face detection program using OpenCV in Python. This program uses Haar Cascades to locate the coordinates and size of the face detected.
Clone the git repo and install the dependencies
pip install opencv-python
Run the main python file
python main.py
Quit the program by typing q
or Ctrl+C
in the console