adsk2050 / label-studio-spacy

spaCy powered Label Studio ML backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Demo video

Usage

  1. Clone this repo

  2. Install requirements

pip install -r requirements.txt
  1. Initialize a new backend
label-studio-ml init my_ml_backend
  1. In the my_ml_backend directory, add your spaCy config.cfg file. You can optionally add a model-best folder from a pre-trained model, to get started with predictions straight away.

  2. Start the backend and add the URL to your Label Studio project settings.

label-studio-ml start my_ml_backend
  1. As you train new models, they will appear in a checkpoints directory. The latest checkpoint will be symlinked to latest-model.

About

spaCy powered Label Studio ML backend

License:MIT License


Languages

Language:Python 100.0%