A simple Python project to detect faces using your webcam in real time.
- Real-time face detection using Haar Cascades
- Lightweight and beginner-friendly
- Press
qto quit
- Python 3.x
- OpenCV
Install OpenCV:
pip install opencv-pythonpython main.pyWebcam window opens and draws green rectangles around detected faces.
Press q to close the window.