label-studio-spacy
label-studio-spacy copied to clipboard
spaCy powered Label Studio ML backend
spaCy powered Label Studio ML backend
spaCy integration for Label Studio. Created as an Open Source alternative to Prodigy.
Benefits:
- Speed up annotation of data with integrated predictions
- Quickly iterate on your spaCy models
Demo video
Usage
-
Clone this repo
-
Install requirements
pip install -r requirements.txt
- Initialize a new backend
label-studio-ml init my_ml_backend
-
In the
my_ml_backend
directory, add your spaCyconfig.cfg
file. You can optionally add amodel-best
folder from a pre-trained model, to get started with predictions straight away. -
Start the backend and add the URL to your Label Studio project settings.
label-studio-ml start my_ml_backend
- As you train new models, they will appear in a
checkpoints
directory. The latest checkpoint will be symlinked tolatest-model
.