Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 629 Bytes

File metadata and controls

28 lines (22 loc) · 629 Bytes

LabelFlow - Image Classification Tool

A Python desktop application for quickly classifying images with keyboard shortcuts.

LabelFlow Demo

Features

  • Select folder containing images to classify
  • Create custom labels with keyboard shortcuts
  • Classify images using keyboard shortcuts
  • Export results to Excel format
  • Clean, intuitive GUI built with PyQt5

Installation

  1. Clone this repository
    git clone git@github.com:AminAllahham/LabelFlow.git
  2. Install dependencies:
    pip install -r requirements.txt
  3. Run script
    python main.py