This is a simple Python project that uses computer vision to detect faces in images or through a webcam in real-time. The project uses OpenCV for image processing and face detection.
- Detect faces from images
- Real-time face detection using webcam
- Draw bounding boxes around detected faces
- Easy to run and modify
- Python 3.x
- OpenCV (cv2)
Make sure you have Python installed, then install OpenCV:
pip install opencv-python