This project performs real-time face detection using a webcam with OpenCV.
It uses the Haar Cascade Classifier to locate faces in video frames and draws bounding boxes around them.
- Real-time face detection
- Uses your webcam
- Fast and lightweight
- Beginner-friendly
- No GPU required
Install required packages: -pip install opencv-python