Skip to content

MetaWiper is a simple Streamlit web app to view and remove image metadata (EXIF) securely, with clean previews and one-click download.

License

Notifications You must be signed in to change notification settings

son4jit/metawiper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MetaWiper – Image Metadata Viewer & Shredder

Python Streamlit License: MIT Live App Stars Forks Issues Pull Requests Contributors

⚠️ Disclaimer: This app works entirely in your browser. No image or data is sent to any server.


🔗 Live Demo

🌐 metawiper.streamlit.app


📑 Table of Contents


✨ Features

  • 🖼️ View Metadata – Check detailed EXIF metadata (camera, location, device info)
  • 🧹 Remove Metadata – One-click metadata stripper for privacy
  • 🔐 Secure & Local – No uploads; all operations done locally
  • 📥 Download Clean Image – Get a clean, stripped version of your image
  • Fast UI – Lightweight, responsive, and minimal design
  • 🧠 EXIF & Hash – View SHA256 hash of the image
  • 🧾 EXIF Viewer – Reads camera model, GPS data, timestamps, etc.
  • 🛠️ Multi-format Support – Supports .jpg, .jpeg, .png, .webp, etc.

🧰 Installation

⚙️ Local Setup

git clone https://github.com/rootsecops/metawiper.git
cd metawiper
pip install -r requirements.txt
streamlit run app.py

Make sure you’re using Python 3.9+.


▶️ How to Use

  1. Upload Image (from your device)
  2. View Metadata (EXIF, hash)
  3. Strip Metadata (button click)
  4. Download Clean Image (safe to share)

📁 Project Structure

metawiper/
├── app.py                      # Main Streamlit app
├── utils/
│   └── metadata_tools.py       # EXIF view, hash & strip logic
├── assets/
│   └── metawiper.streamlit.app.jpeg  # Screenshot
├── requirements.txt            # Required Python packages
└── README.md                   # You're here

📸 Screenshot

MetaWiper Screenshot


⚒️ Tech Stack

  • 🐍 Python – Backend scripting language.
  • 🖼️ Pillow – Library for image manipulation and format support.
  • 📸 piexif – Extracts or strips EXIF metadata from images.
  • 🌐 Streamlit – Frontend UI framework for building interactive web apps.

🤝 Contributing

Contributions are welcome! Here’s how you can help:

  • 🚀 Fork the repo
  • 🛠️ Create a new branch (git checkout -b feature-name)
  • 🧪 Test your changes
  • 🔁 Submit a pull request

📜 License

This project is licensed under the MIT License. You are free to use, modify, and distribute this software.

Read License »


👤 Author

Developed & Maintained by:

GitHub LinkedIn


Disclaimer: No data is uploaded to any server. This tool is purely client-side and ensures your privacy during use.

About

MetaWiper is a simple Streamlit web app to view and remove image metadata (EXIF) securely, with clean previews and one-click download.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages