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: 12 months 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
- Host: GitHub
- URL: https://github.com/airscholar/face-anonymizer
- Owner: airscholar
- License: mit
- Created: 2023-09-20T23:51:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T14:39:46.000Z (over 2 years ago)
- Last Synced: 2025-04-04T03:33:33.193Z (about 1 year ago)
- Topics: blurred-images, face-detection, face-recognition, mtcnn-face-detection, opencv
- Language: Jupyter Notebook
- Homepage: https://www.youtube.com/watch?v=9gg2WhXz558
- Size: 18.1 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.