https://github.com/sqooid/blaze
https://github.com/sqooid/blaze
aiworkflow files gui photos tool windows
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sqooid/blaze
- Owner: sqooid
- Created: 2024-10-27T10:04:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T00:17:09.000Z (over 1 year ago)
- Last Synced: 2025-04-08T15:48:40.968Z (about 1 year ago)
- Topics: aiworkflow, files, gui, photos, tool, windows
- Language: Svelte
- Homepage:
- Size: 4.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blaze - Image sorter
Blaze is a lightweight, minimalist application for sorting through large collections of images with as little effort as possible.
Likely usecases include sorting through images from photo-shoots or AI generated content
Currently has 2 modes:
- Sort - quickly go through all the images in a directory one-by-one, sending each image to the desired location/deleting it with a keypress
- Compare - view a group of related images at the same time and deal with each image.
Grouping is based on filenames using regular expressions.
## Installation
Download the latest installer release from Github [here](https://github.com/sqooid/blaze/releases/latest).
## Screenshots
| | |
| :-------------------------------------------------: | :-------------------------------------------------: |
|
|
|
|
|
|
|
|
|
## Basic operation
1. Edit the default workflow by clicking the bolt icon
2. Configure bindings for various [actions](#actions)
3. Set a source directory where the images are located
4. Start sorting
### Actions
**Delete** - delete file (unrecoverable)
**Move** - move file to another directory
**Skip** - move file to the back of the queue
## Planned features
- Config import/export
- Undo bind action
- Visual feedback on binding press
- Animation on next image