Image Classifier is a desktop application that allows you to easily classify images. It supports both Windows and Linux platforms and helps streamline the organization and classification of your images.
- Simple and intuitive user interface
- Fast operation with multiple shortcut keys
- Supports image movement and Undo functionality
Download the latest release from the link below.
To launch the application on Debian and Ubuntu, set the necessary environment variables as follows:
export LANG=en_US.UTF-8
SCALE=2
SCREEN=$(xrandr --listactivemonitors | awk -F " " '{ printf("%s", $4) }')
export AVALONIA_SCREEN_SCALE_FACTORS="$SCREEN=$SCALE"
-
Load Function Click the Load button to upload the images you want to classify.
-
Undo Function Click the Undo button or press the
Up Arrow
key orK
key to undo the last action. -
Right Function Click the Right button or press the
Right Arrow
key orL
key to move the selected image to theRight:
directory. -
Left Function Click the Left button or press the
Left Arrow
key orH
key to move the selected image to theLeft:
directory.
This project is released under the MIT License. For more details, please refer to the LICENSE file.
If you would like to contribute to this project, please contact us through Issues or Pull Requests on GitHub.