A Python desktop application for quickly classifying images with keyboard shortcuts.
- 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
- Clone this repository
git clone git@github.com:AminAllahham/LabelFlow.git
- Install dependencies:
pip install -r requirements.txt
- Run script
python main.py
