This is a simple Python tool to detect and blur faces in any image using OpenCV.
- Detects faces using Haarcascade
- Applies blur to detected areas
- Saves the output image
- Place an image named
test_image.jpg
in the folder - Run the script:
python face_blur.py