Skip to content

lyrise/image-classifier-cs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 13, 2024
b144fc9 · Oct 13, 2024

History

63 Commits
Jul 11, 2024
Oct 11, 2024
Jul 31, 2022
May 25, 2024
Jul 14, 2024
Oct 13, 2024
Oct 13, 2024
Jul 31, 2022
Jul 31, 2022
Mar 3, 2024
Jul 11, 2024
Jul 31, 2022
Oct 13, 2024
May 25, 2024
Jun 28, 2024
Mar 3, 2024
Mar 3, 2024
Aug 29, 2024
Jul 31, 2022
May 25, 2024
May 25, 2024

Repository files navigation

Image Classifier

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.

Demo

Features

  • Simple and intuitive user interface
  • Fast operation with multiple shortcut keys
  • Supports image movement and Undo functionality

Getting Started

Installation

Download the latest release from the link below.

Launching the Application

Debian and Ubuntu

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"

How to Use

  1. Load Function Click the Load button to upload the images you want to classify.

  2. Undo Function Click the Undo button or press the Up Arrow key or K key to undo the last action.

  3. Right Function Click the Right button or press the Right Arrow key or L key to move the selected image to the Right: directory.

  4. Left Function Click the Left button or press the Left Arrow key or H key to move the selected image to the Left: directory.

License

This project is released under the MIT License. For more details, please refer to the LICENSE file.

Contribution

If you would like to contribute to this project, please contact us through Issues or Pull Requests on GitHub.