Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 650 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 650 Bytes

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: