Image Cataloger is a Python-based tool designed to organize and search through a local collection of abstract images. It utilizes advanced image processing techniques to catalog images based on features like color, texture, and semantic content extracted from EXIF data. The tool supports a command-line interface for easy interaction. It's named for the goddess Echidna, sort of.
- Color and texture analysis for image cataloging
- EXIF data extraction for semantic content analysis
- Local SQLite database for efficient data management
- Command-line interface for searching and organizing images
You got this.
conda env create -f environment.yml
conda activate echidna
python initialize_database.py
python import.py <path-to-image-directory>
python app.py
This project is licensed under the MIT License - see the LICENSE.md
file for details.