Mac
Install Label Studio on macOS with Homebrew.
💡 Reminder: All code and scripts for this project are executed in the cloud. Open the Google Colab Notebook and select Runtime > Run all to execute the setup.
Install and launch Label Studio on your Mac using Homebrew.
1
2
3
Add Homebrew to your PATH
Use this step only when Homebrew is installed but brew is not found.
For M1, M2, M3, and M4 Macs:
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"echo 'eval "$(/usr/local/bin/brew shellenv)"' >> ~/.zprofile
eval "$(/usr/local/bin/brew shellenv)"Create your first project
1
Open Label Studio or http://localhost:8080 in your browser.
2
Create an account with an email address and password.
3
Select Create and enter a project name.
4
Select Data Import and upload the files to label.
5
Open Labeling Setup and select a template.
6
Update label names, then select Save.
To invite teammates, open Settings → Organization.
Last updated