Coder Social home page Coder Social logo

hephaex / label-studio Goto Github PK

View Code? Open in Web Editor NEW

This project forked from humansignal/label-studio

0.0 1.0 0.0 49.06 MB

Label Studio is a multi-type data labeling and annotation tool with standardized output format

Home Page: https://labelstud.io/

License: Apache License 2.0

Python 14.27% CSS 4.74% JavaScript 77.67% HTML 3.15% Shell 0.09% Dockerfile 0.07%

label-studio's Introduction


Label Studio is an open-source, configurable data annotation tool.

Its purpose is to help you label different types of data using a simple interface with a standardized output format. It's mobile-friendly and fast.

WebsiteDocsTwitterJoin Slack Community

GitHub Build Status codecov GitHub release Gitter

Label Studio

Features ✨

Simple: Crafted with minimal UI design. A simple design is the best design.

Configurable: Using high-level jsx tags config, you can fully customize the interface for your data.

Embeddable: It's an NPM package too. You can include it into your projects.

Quick Labeling Guides

Coming Soon:

  • Time series
  • Video

Usage

Frontend package

npm install label-studio

Check documentation about frontend integration.

Backend and frontend

Check documentation about backend + frontend integration.

Docker

docker run -p 8200:8200 -t -i heartexlabs/label-studio -c config.json -l ../examples/chatbot_analysis/config.xml -i ../examples/chatbot_analysis/tasks.json -o output

Machine learning integration

You can easily connect your favorite machine learning framework with Label Studio by using Heartex SDK.

That gives you the opportunities to:

  • use model predictions as prelabeling
  • simultaneously update (retrain) your model while new annotations are coming
  • perform labeling in active learning mode
  • instantly create running production-ready prediction service

There is a quick example tutorial how to do that with simple image classification:

  1. Clone pyheartex, and start serving:
    git clone https://github.com/heartexlabs/pyheartex.git
    cd pyheartex/examples/docker
    docker-compose up -d
  2. Specify running server in your label config:
    "ml_backend": {
      "url": "http://localhost:9090",
      "model_name": "my_super_model"
    }
  3. Launch Label Studio with image classification config:
    python server.py -l ../examples/image_classification/config.xml

Once you're satisfied with prelabeling results, you can imediately send prediction requests via REST API:

curl -X POST -H 'Content-Type: application/json' -d '{"image_url": "https://go.heartex.net/static/samples/kittens.jpg"}' http://localhost:8200/predict

Feel free to play around any other models & frameworks apart from image classifiers! (see instructions here)

Changelog

Detailed changes for each release are documented in the release notes.

Stay In Touch

Contributing

Please make sure to read the

Label Studio for Teams, Startups, and Enterprises

Label Studio for Teams is our enterprise edition (cloud & on-prem), that includes a data manager, high-quality baseline models, active learning, collaborators support, and more. Please visit the website to learn more.

License

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

Happy Labeling!

label-studio's People

Contributors

shevchenkonik avatar makseq avatar niklub avatar victoratpl avatar haroenv avatar kmader avatar tammoippen avatar dependabot[bot] 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.