Skip to content

An intuitive Python tool for annotating images with bounding boxes. Easily assign custom classes to objects and save annotations. Includes AI model integration for automated annotation. Perfect for streamlining computer vision projects. classes to these objects, and save annotations.

License

Marinto-Richee/AI-Image-Annotation

Repository files navigation

AI Image Annotator 🖼️

The AI Image Annotator is a Python application built with tkinter for annotating images with bounding boxes representing objects detected in the images. It also provides functionality to annotate images using an AI model for object detection.

Features ✨

  • Load and display images for annotation.
  • Draw bounding boxes around objects in images.
  • Annotate images with custom classes and colors.
  • Annotate images manually or with the assistance of an AI model.
  • Save annotations in YOLO Format.

Requirements 🛠️

  • autodistill
  • autodistill_grounding_dino
  • matplotlib
  • Pillow
  • roboflow

Usage 🚀

  1. Clone the repository.
  2. Install the required packages using the following command:
pip install -r requirements.txt
  1. Run the application using the following command:
  • For CSV output:
python AI_annotation_csv.py
  • For YOLOV8 output:
python AI_annotation_yolov8.py
  1. Load an image using the "Load Image" button.
  2. Annotate the image by drawing bounding boxes around objects.
  3. Save the annotations in YOLO format using the "Save Annotations" button.

License 📝

This project is licensed under the MIT License. See the LICENSE file for details.

About

An intuitive Python tool for annotating images with bounding boxes. Easily assign custom classes to objects and save annotations. Includes AI model integration for automated annotation. Perfect for streamlining computer vision projects. classes to these objects, and save annotations.

Topics

Resources

License

Stars

Watchers

Forks