Skip to main content

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)

png

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 hashes)

Uploaded Source

Built Distribution

blurry-0.0.5-py3-none-any.whl (144.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page