Label Studio ML backend library for building, training, and deploying machine learning models with Label Studio. Version 1.0.9 supports Python >=3.6, released irregularly. Integrates with Label Studio for interactive labeling with model predictions.
pip install label-studio-mlVerified import paths — ran on the pinned version, not inferred.
Basic skeleton for a Label Studio ML backend model.
Ensure predict() returns a list of dictionaries, each containing 'result' (list of annotation results).
Use Label Studio web interface to generate config, or pass a LabelConfig string via label_config in init.
No dependency data recorded yet.