Skip to content

Files

Latest commit

ddf7fe5 · May 3, 2020

History

History
This branch is 101 commits behind x4nth055/pythoncode-tutorials:master.

blur-faces

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