For the complete documentation index, see llms.txt. This page is also available as Markdown.

Windows

1

Create and activate a virtual environment

Open PowerShell or Command Prompt and run:

python -m venv labelstudioenv 
labelstudioenv\Scripts\activate
2

Install Label Studio

pip install -U label-studio
3

Start Label Studio

label-studio

Create your first project

1

Open Label Studio

Open Label Studio or http://localhost:8080 in your browser.

2

Create an account

Create an account with an email address and password.

3

Create a project

Select Create and enter a project name.

4

Import data

Select Data Import and upload the files to label.

5

Configure labeling

Open Labeling Setup and select a template.

6

Save labels

Update label names, then select Save.

Last updated