SnapSort is a light weighted (relatively) command-line tool that helps you classify and organize your photos. It leverages OpenCV for image processing and allows you to quickly sort your photos into categorized folders for easy management.
- Semantic search: Search for images based on your prompt.
- Find similar images: Find similar images based on a reference image.
- Exposure Classification: Categorize images by their overall luminance/brightness
See examples.md for usage examples. See Youtube Video for a demo.
You can install SnapSort using pip
:
pip install cli-snapsort
git clone ...
pip install --editable .