Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 769 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 769 Bytes

Face Anonymization with OpenCV and MTCNN

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.

Installation

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

License

This project is licensed under the MIT License - see the LICENSE file for details.