Giter Club home page Giter Club logo

label-studio's Introduction

Label Studio

license PRs welcome Build Status

Label Studio is an open-source, configurable data annotation tool. Its purpose is to enable you to label different types of data using the most convinient interface with the standardized output format.

Quick "I want to Label Guides:"

Coming Soon:

  • Audio Regions (screenshot)
  • Image Line and Points (screenshot)
  • Image Polygons (screenshot)
  • Time Series (screenshot)
  • Video (screenshot)

Table of Contents

Getting Started

Label Studio consists of two parts. Backend is a simple flask server that is used to load the data and save the results. The frontend is a React + MST app that is backend agnostic and can be used separately, for example if you want to embed labeling into your applications.

Run Locally

To run it locally we're including the compiled version of the frontend part and example implementation of the backend.

Follow this guide to start the app

Embedding in your application

Clone this repository and install all dependencies:

git clone [email protected]:heartexlabs/label-studio.git
cd label-studio
npm install

Now you can make any changes to the code or add your custom tags.

Run a development build

npm run start

And open your browser at http://localhost:3000

Run a production build

npm run build

Generates the compiled version of label studio. This compiled version needs to be included into your app.

Using Label Studio

Config Language

Editor configuration is based on XML-like tags. Internally tags are represented by a react view and mobx-state-tree model. Each tag has a set of parameters, and you can look it up in the documentation.

Features

  • Extensive UI configuration options
  • Multiple datatypes supported: images, text, audios
  • Hotkeys & History

Contributing

License

This software is licensed under the Apache 2.0 LICENSE © Heartex.

label-studio's People

Contributors

shevchenkonik avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.