Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 352 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 352 Bytes

blur-face

Detect and blur face using caffemodel

Install necessary dependency.

pip install cv2
pip install numpy

Steps to use -

  1. git clone https://github.com/abdulwaheedsoudagar/blur-face.git
  2. python blur_face.py --image DonaldTrump.jpg --factor 1

    factor starts from 1

    1 => More blur
    9 => Less blur