Skip to content

Release 1.0.0

Compare
Choose a tag to compare
@makseq makseq released this 16 Mar 16:37
· 878 commits to master since this release

Label Studio has been rewritten to provide a streamlined UI, scalability, and support for multiple projects.

  • Multi-user labeling. Sign up and log in to Label Studio so that any annotations you create are tied to your account.
  • Multiple projects to allow you to annotate multiple datasets in parallel.
  • Project setup wizard to make it easier to start a new project and import your data.
  • Customize the labeling interface without editing the label config XML directly. Add labels and select the relevant fields in your data for the type of labeling you want to perform.
  • Database storage to allow you to scale your data labeling. Start with a SQLite database or set up PostgreSQL for large volume data labeling projects.
  • Django backend replaces the Flask backend.