This repository contains different algorithms and methods to anonymize faces in images by blurring or pixelating them using OpenCV and MTCNN in Python. This is particularly useful in situations where privacy and data anonymization is required.
First, clone this repository to your local machine using:
git clone https://github.com/airscholar/flace-anonymizer.git
cd face-anonymizer
Now, create a virtual environment and install the required dependencies:
python -m venv env
source env/bin/activate # On Windows, use `env\Scripts\activate`
pip install -r requirements.txt
This project is licensed under the MIT License - see the LICENSE file for details.