https://store-images.s-microsoft.com/image/apps.52867.7da013d1-2b1f-4a4a-bbab-761dc3ddc5a1.11e6536f-8db5-4a77-9c26-4093f7954aa8.fae70200-0a15-4314-9c82-189cf23063ad

Label Studio

by bCloud LLC

(1 ratings)

Version 1.22.0 + Free with Support on Ubuntu 24.04

Label Studio Annotation Tool

Label Studio is a open-source, web-based tool for annotating images, videos, audio files, and text. It allows users to create bounding boxes, polygons, points, and text annotations to efficiently label datasets for machine learning and AI applications. Label Studio is flexible, lightweight, and supports local deployment.

Features of Label Studio:

  • Supports multiple annotation types including rectangles, polygons, points, and text classification.
  • Runs in a web browser and can be self-hosted locally.
  • Export annotations in formats like JSON, CSV, COCO, YOLO, and TFRecord.
  • Supports image, video, audio, and text annotation.
  • Provides customizable labeling interfaces.

Label Studio Version Check and Usage


$ sudo su
$ mkdir -p ~/labelstudio
$ cd ~/labelstudio
$ sudo docker compose up -d
$ sudo docker ps
$ sudo docker logs labelstudio -f
$ sudo docker exec -it labelstudio python -c "import label_studio; print(label_studio.__version__)"

Access Label Studio Web Interface

Open your browser and go to:
http://SERVER-IP:8080

Disclaimer: Label Studio is an open-source software distributed under the MIT License. It is provided "as is," without warranty of any kind. Users are responsible for proper installation, configuration, and compliance with licensing terms.