metadata
title: Image Metadata Extractor
emoji: 📸
colorFrom: blue
colorTo: purple
sdk: docker
app_file: main.py
pinned: false
Image Metadata Extractor
A simple and elegant web application for extracting metadata from images, including creation timestamps, EXIF data, and file information.
Features
- 📸 Extract EXIF metadata from images
- ⏱️ Find creation timestamps from EXIF data or file system
- 🖼️ Display image properties (format, size, color mode)
- 🎨 Beautiful, responsive web interface
- 📱 Mobile-friendly design
- 🐳 Docker support for easy deployment
How to Use
- Run the application (instructions below)
- Open your browser to the provided URL
- Upload an image using the file selector or drag & drop
- View the extracted metadata including creation timestamps
Running Locally
With Docker (Recommended)
docker build -t image-metadata-extractor .
docker run -p 8000:8000 image-metadata-extractor
Without Docker
Install the required packages:
pip install -r requirements.txtRun the application:
python main.py
API Endpoints
GET /- Serve the web interfacePOST /extract-metadata- Extract metadata from an uploaded image
License
MIT
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference