A simple Python project using OpenCV (cv2) for human face detection in images and live webcam feeds.
- Make sure you have Python 3.7+ installed.
- Install the required libraries:
pip install opencv-python
# Face Detection Project
## ❓ FAQ
**Q: Do I need a GPU to run this model?**
A: No, it runs perfectly on CPU.
---
**Q: Which OpenCV version is supported?**
A: We recommend OpenCV version 4.5.0 or later.
---
**Q: Can I use this on videos instead of images?**
A: Yes! You can modify `detect_faces_webcam.py` to load a video file instead of the webcam stream.
---
## 🚀 Getting Started
1. Install the required packages:
```bash
pip install opencv-python