Skip to content

airscholar/Face-Anonymizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published