Skip to content

bedantH/image-redactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Security Image Redactor

Security Image Redactor is a privacy-focused tool that automatically detects and redacts sensitive information in images. It is designed to help individuals and organizations protect personal or confidential data before sharing images, ensuring privacy and compliance.


The original goal was to use this tool as an FTP proxy to automatically intercept uploaded images, redact sensitive information, and upload the cleaned images. This would be especially useful when sharing images with LLMs or on social media platforms. (While this approach is experimental, it represents the intended end goal.)


Tech Stack:

Python, OCR, Regular Expressions, Celery


🎬 Demo Video

See the tool in action:
Watch Demo


Features

Currently Supported Redactions:

  • Phone Numbers – Detects and blurs phone numbers automatically.
  • Emails – Masks email addresses to prevent leaks.
  • Faces – Blurs faces to maintain anonymity.

WIP:

  • Card Details – Detection of credit/debit card numbers.
  • Signatures – Detect and mask handwritten or digital signatures.

TODO:

  • Advanced detection using external AI models.
  • Support for alternative OCR libraries for improved text extraction.

How It Works

  1. Upload Image – Add the image you want to redact.
  2. Select Redaction Type – Choose which sensitive information to redact.
  3. Automatic Redaction – The system automatically detects and blurs the selected data.
  4. Download Cleaned Image – Safely download the redacted image for sharing.

Why this matters ?

  • Privacy Protection – Helps prevent accidental leaks of sensitive information.
  • Automated & Efficient – Reduces manual effort in editing and redacting images.
  • Tech Demonstration – Showcases your skills in Python, OCR, and building privacy-focused tools.

About

Privacy focused tool to detect and redact sensitive information from images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors