How to blur one or many faces in a video.
git clone https://github.com/matingh10/face-blurring.git
pip install requirements.txt
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: