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
Release files for blurry 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| blurry-0.0.5.tar.gz | 145.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| blurry-0.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 290.5 kB
Release files / blurry-0.0.5.tar.gz
| Download URL | blurry-0.0.5.tar.gz |
|---|---|
| Size | 145.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
de14c621688f52a1b96b04b31951cdd01ccf0d216def0c1cf96a48b4425aa3cd
|
|
BLAKE2b-256 checksum How to use checksums |
3662032d16a698eb3f0a53c6df11a31d6557fd0dedb1796ebca366dd496a597b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / blurry-0.0.5-py3-none-any.whl
| Download URL | blurry-0.0.5-py3-none-any.whl |
|---|---|
| Size | 144.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4a4426333c96d1fdc39761cffb62a39da11ef5871dd1d4365d8c03d5cb576bff
|
|
BLAKE2b-256 checksum How to use checksums |
9478d8cd8fb5843a8601866ca4d69d9a1ad23347fdfd45a3d7396e7f52312284
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|