| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
To run this:
pip3 install -r requirements.txt
To blur faces of the image father-and-daughter.jpg:
python blur_faces.py father-and-daughter.jpg
This should show the blurred image and save it of the name image_blurred.jpg in your current directory.
To blur faces using your live camera:
python blur_faces_live.py
To blur faces of a video:
python blur_faces_video.py video.3gp
| Back | FazBrowse Home | New Git URL |