Spaces:
Runtime error
A newer version of the Gradio SDK is available:
6.0.1
title: image-license-inspector
emoji: ππͺͺ
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 4.12.0
app_file: app.py
pinned: false
Image License Inspector π
The Image License Inspector is a tool that allows you to upload images (.jpg, .png, .bmp, etc.) and inspect them for metadata, including potential licenses such as Creative Commons, Public Domain, Royalty-Free, and others.
How It Works
This tool processes images and extracts metadata using EXIF, IPTC, and alternative keyword searches to identify licenses. You can either upload images, provide a URL, or point to a Google Drive folder to analyze your images.
Example Use Cases
- Upload images: Upload multiple images to check their licenses.
- Provide a URL: Enter a URL to analyze the image (not fully implemented).
- Google Drive folder: Provide the path to a folder in your Google Drive with images to analyze.
Project Overview
This project is designed to inspect image metadata and extract information about potential licenses. The tool checks for licenses like Creative Commons, Public Domain, Royalty-Free, and others by analyzing EXIF and IPTC metadata.
Technical Details
The project utilizes the following libraries:
- ExifRead for EXIF metadata extraction.
- IPTCInfo3 for IPTC metadata extraction.
Developer Information
Developed by Ramon Mayor Martins (2024).
Email: [email protected]
GitHub: https://github.com/rmayormartins
Homepage: https://rmayormartins.github.io/