A simple tool for labeling images and training YOLOv8 models.
Note
This project will not be continued.
- Manage multiple annotation projects.
- Import images for training and validation sets.
- Draw and edit bounding boxes for each class.
- Train YOLOv8 models directly from the GUI.
- Preview predictions from images or a connected camera.
-
Clone this repository.
-
(Optional) Create and activate a virtual environment.
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python main.py
