This is a Streamlit-based web application that removes metadata (EXIF data) from images.
- Upload image
- Remove hidden metadata (GPS, device info)
- Download cleaned image
- Python
- Streamlit
- Pillow
-
Clone the repository: git clone
-
Install dependencies: pip install -r requirements.txt
-
Run the app: streamlit run app.py