/face-blurring

How to blur one or many faces in video.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Face blurring

How to blur one or many faces in a video.

First you have to cloning the repository and install the dependencies:

git clone https://github.com/matingh10/face-blurring.git
pip install requirements.txt


I'm using mediapipe in this project.

Mediapipe is an open-source framework developed by Google that offers a comprehensive solution for building multi-modal machine learning pipelines.

This solution works very simply. We recognize the faces in the image and then blur that part of the image by finding the bounding box of each face.:grin: