Automatically blur faces in a photo for better privacy.
Project description
Blurry
A tool to increase privacy when sharing photos. It detects faces and blurs them.
Readme will follow as project makes progress.
Install
There is no install available at the moment. If you want to play around with the code, just download the Jupyter notebooks. Requirements: opencv-python
, PIL
.
How to use
At the moment Blurry can be used to blur faces in single photos.
img = load_img('test_images/group_closer.jpg')
result = anonymize(img, factor=1.5, mode='pixelate')
show_cv2(result)
To play with live video from webcam, go to the 01_webcam.ipynb notebook.
To Do
- Command line tool to process photos
- More options (pixelate/blur)
- Improve aesthetics
- A way to manually blur parts of the image
- Detect and blur text
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
blurry-0.0.5.tar.gz
(145.6 kB
view details)
Built Distribution
blurry-0.0.5-py3-none-any.whl
(144.9 kB
view details)
File details
Details for the file blurry-0.0.5.tar.gz
.
File metadata
- Download URL: blurry-0.0.5.tar.gz
- Upload date:
- Size: 145.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/50.3.1.post20201107 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de14c621688f52a1b96b04b31951cdd01ccf0d216def0c1cf96a48b4425aa3cd |
|
MD5 | 262d333737ea0ef67164906be43423b7 |
|
BLAKE2b-256 | 3662032d16a698eb3f0a53c6df11a31d6557fd0dedb1796ebca366dd496a597b |
File details
Details for the file blurry-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: blurry-0.0.5-py3-none-any.whl
- Upload date:
- Size: 144.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/50.3.1.post20201107 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a4426333c96d1fdc39761cffb62a39da11ef5871dd1d4365d8c03d5cb576bff |
|
MD5 | c3f075a31fdf5d5561fc5e5f3edb0f1f |
|
BLAKE2b-256 | 9478d8cd8fb5843a8601866ca4d69d9a1ad23347fdfd45a3d7396e7f52312284 |