Label Studio is an open-source data labeling platform for preparing training data for machine learning models. It supports various data types including images, text, audio, video, and time series. The current stable version is 1.23.0, with active development on a nightly build track, releasing approximately monthly.
pip install label-studioVerified import paths — ran on the pinned version, not inferred.
Quickstart to connect and create a labeling project using the SDK.
Run `pip install label-studio-sdk` to use the SDK.
Use `label-studio start` as documented, or `python -m label_studio`.
Run `pip install label-studio-sdk`
Use `from label_studio_sdk import Client`
No dependency data recorded yet.