Skip to content

Latest commit

ย 

History

History
98 lines (63 loc) ยท 2.58 KB

File metadata and controls

98 lines (63 loc) ยท 2.58 KB

TagiFLY v1 (Beta)

Labelling Tool for AI Computer Vision

Open source, lightweight, and focused only on what you need.

๐Ÿ“ธ Screenshots

Main Screen Annotation Example
Main Annotation
Export Window Dark Mode Light Mode
Export Dark Light

๐Ÿš€ What is TagiFLY?

TagiFLY is an open-source labelling tool for AI computer vision projects.
The goal is simple: Mark your images, save them, and use them in your AI/ML projects.

  • ๐Ÿค– Training data for machine learning
  • ๐ŸŽฏ Computer vision projects
  • ๐Ÿ“Š Research & personal experiments

โœจ Features

  • ๐Ÿ“ฆ 6 annotation tools: Box, polygon, point, line, mask, keypoints
  • ๐Ÿ“ค 4 export formats: JSON, YOLO, COCO, Pascal VOC
  • ๐ŸŽจ Light / dark theme
  • โŒจ๏ธ Keyboard shortcuts for faster workflow
  • ๐Ÿ–ผ๏ธ Supports JPG, PNG, BMP, GIF, WebP

๐Ÿ“ค Export Options

  • JSON โ†’ Full project backup
  • YOLO โ†’ For object detection models
  • COCO โ†’ Research standard format
  • Pascal VOC โ†’ XML-based compatibility

โš ๏ธ Note (Beta Release)

This is the first release (Beta).
It may contain bugs or missing features. Please share your feedback so we can improve it together. ๐Ÿš€

๐Ÿ› ๏ธ Installation & Setup

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn
# Clone the repository
git clone https://github.com/dvtlab/tagiFLY.git

# Navigate to project directory
cd tagiFLY

# Install dependencies
npm install

# Start the application
npm start

๐Ÿš€ For Non-Technical Users

Download the ready-to-use application:

โš ๏ธ Note: These are beta builds.
If you encounter any issues or have suggestions, you are welcome to provide feedback.

๐ŸŽฎ Usage

  • Select an image folder
  • Pick a tool and start annotating
  • Export your work in JSON / YOLO / COCO / VOC format

๐Ÿ“„ License

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

Open Source & Free - Use it anywhere, modify it, contribute to it! ๐Ÿš€


โญ If TagiFLY helps you, donโ€™t forget to leave a star!

Made with ๐Ÿ’™ by dvtlab

๐Ÿ“ง Contact: dvtlab@outlook.com