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