/streamlit-labelstudio

A Streamlit component that provides an annotation interface using the LabelStudio Frontend.

Primary LanguagePythonMIT LicenseMIT

Streamlit - LabelStudio

A Streamlit component that provides an annotation interface using the LabelStudio Frontend

Installation

cd streamlit_labelstudio/frontend/ && npm install && npm run build
cd ../../ && pip install streamlit-labelstudio

Usage

Run the included app for a quick example.

streamlit run app.py

More configurations can be found in the official LabelStudio examples