Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/telesoho/faceblur
- Owner: telesoho
- License: mit
- Created: 2018-04-18T06:36:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T09:33:34.000Z (about 4 years ago)
- Last Synced: 2024-04-27T14:33:17.391Z (7 months ago)
- Language: Python
- Size: 137 KB
- Stars: 52
- Watchers: 2
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)