This project demonstrates face and eye detection using OpenCV in Python. It uses Haar cascades to detect faces and eyes in real-time from a webcam feed.
- Python 3.x
- OpenCV
-
Clone the repository:
git clone https://github.com/yourusername/Face-Detection-Python-program-using-Opencv.git cd Face-Detection-Python-program-using-Opencv
-
Install the required packages:
pip install opencv-python
Run the face detection script:
python facedetection.py