FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

pythoncode-tutorials/machine-learning/blur-faces at master · waynejohnn/pythoncode-tutorials · GitHub

Latest commit

 

History

History
 
 

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