Skip to content

ms3c/face-blur

 
 

Repository files navigation

FACE BLUR APPLICATION

Python code to apply blur effect on faces from images and videos. Can be used in making content where subjects do not want to be recognized or identified.

How it works

Faces are detected from images using dlib face recognition library, then the detected coordinates are used as the region of interest (roi) to apply gaussian blur using opencv.

Visit our website to see how it works at https://face-blur.neuralmotion.africa/

How to install dlib face_recognition libraries

On Linux/MacOS just install them directly using PIP

On windows follow this link https://docs.google.com/document/d/1sh3DIzhn1tqG4p_bfUvrBAsGAFnNGayQ/edit

About

Face blurring on images and videos using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 76.3%
  • JavaScript 7.1%
  • Python 6.7%
  • CSS 5.9%
  • HTML 3.5%
  • Dockerfile 0.3%
  • EJS 0.2%