This Python project uses MediaPipe and OpenCV to detect human faces in real-time via webcam and blur them automatically.
- Real-time face detection
- Automatic blurring of detected faces
- Works with webcam input
- Simple and efficient code
- Python 3.8+
- mediapipe
- opencv-python
git clone https://github.com/aasthamewar/Face-Detection-Blurring-Project.git
cd Face-Detection-Blurring-Projectpip install opencv-python mediapipepython main.py