Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/airscholar/face-anonymizer
- Owner: airscholar
- License: mit
- Created: 2023-09-20T23:51:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-25T14:39:46.000Z (about 1 year ago)
- Last Synced: 2024-04-18T02:57:12.468Z (7 months 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: 2
- 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.