Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/airscholar/face-anonymizer

This repository contains different algorithms and methods to anonymize faces in images by blurring or pixelating them using OpenCV and MTCNN in Python
https://github.com/airscholar/face-anonymizer

blurred-images face-detection face-recognition mtcnn-face-detection opencv

Last synced: 4 days ago
JSON representation

This repository contains different algorithms and methods to anonymize faces in images by blurring or pixelating them using OpenCV and MTCNN in Python

Awesome Lists containing this project

README

        

# 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:

```bash
git clone https://github.com/airscholar/flace-anonymizer.git
cd face-anonymizer
```

Now, create a virtual environment and install the required dependencies:

```bash
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](LICENSE) file for details.