Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/telesoho/faceblur

Recognize and blur all face in photo
https://github.com/telesoho/faceblur

Last synced: 3 months ago
JSON representation

Recognize and blur all face in photo

Awesome Lists containing this project

README

        

# faceblur
Recognize and blur all faces in photo.

## requirement

1. [opencv](https://github.com/opencv/opencv)
1. [face recognition](https://github.com/ageitgey/face_recognition)

## Usage
python faceblur [source image/source folder] [destination image/destination folder]

Blur all faces in a photo or all photo in source folder.

## Blur Effect Sample
Source image:

![](sample.jpg)

Blurred image:

![](sample_blurred.jpg)