A simple face detection project built with Python and OpenCV.
- Detects faces in an image
- Draws rectangles around detected faces
- Displays the total number of detected faces
- Python
- OpenCV
- Haar Cascade Classifier
- Install OpenCV:
pip install opencv-python
- Run the program:
python Face_Detector_Project.py