A Streamlit component that provides an annotation interface using the LabelStudio Frontend
cd streamlit_labelstudio/frontend/ && npm install && npm run build
cd ../../ && pip install streamlit-labelstudio
Run the included app for a quick example.
streamlit run app.py
More configurations can be found in the official LabelStudio examples