Skip to content

Astrosp/Imeti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imeti

Local Image Privacy Tool

Python Platform

Protect your identity. Scrub your footprint. Keep it local.


Overview

Imeti is a fully local desktop application for image privacy and forensic analysis. It provides a suite of redaction and analysis tools that run entirely on your machine, with no data sent to the cloud.

It is intended for journalists protecting sources, security researchers analyzing suspicious files, and anyone who wants control over what their images reveal.

Screenshots

Main Interface Metadata Viewer Settings Panel


Features

Privacy & Redaction

  • Face Anonymization: AI-powered face detection with four anonymization methods — Gaussian blur, pixelation, black bar, and solid fill.
  • Text Redaction: Automatically detects text regions in an image and redacts them using the EAST model.
  • Metadata Scrubbing: Remove all metadata or selectively strip EXIF, IPTC, XMP, GPS data, ICC profiles, and hidden thumbnails.
  • Batch Processing: Anonymize and clean entire folders of images at once.

Forensic Analysis

  • Steganography Scanner: Detects hidden data payloads using LSB analysis, chi-square tests, and entropy analysis.
  • Watermark Detection: Frequency-domain analysis to flag invisible watermarks.
  • Cryptographic Hashing: Computes SHA-256, SHA-1, and MD5 hashes for file integrity verification.
  • Metadata Injection: Deliberately inject custom or fake EXIF data to mislead trackers.

Installation & Setup

The Easy Way (PyPI)

You can install Imeti instantly via pip:

pip install imeti

Once installed, you can launch the app from anywhere in your terminal by simply typing:

imeti

The Developer Way (From Source)

# Clone the repository
git clone https://github.com/Astrosp/Imeti.git
cd Imeti

# Install locally
pip install -e .

Note: The first time you use Face Detection or Text Redaction, Imeti will briefly connect to the internet to download the required pre-trained AI models (~100MB). These are cached locally in the models/ directory afterward.


Usage Guide

  1. Load Media — Drag and drop an image, click "Open Image," or select "Batch" to process a folder.
  2. Configure Options — Use the sidebar to enable or disable Face Anonymization, Text Redaction, or Metadata Stripping.
  3. Analyze — Run Steganography or Watermark scans from the forensic tools section.
  4. Process — Click "Process" to apply the selected redactions.
  5. Save — Click "Save" to export the sanitized image to disk.

Privacy Guarantee

Imeti is designed to operate entirely offline:

  • No telemetry
  • No analytics
  • No cloud APIs

Your data never leaves your computer.


License

This project is licensed under the MIT License, free for personal use only. See the LICENSE file for details.

About

A fully local, desktop application for image privacy and forensic analysis. Features AI-powered face/text redaction, deep metadata scrubbing, and steganography detection. Zero cloud connectivity.

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages