March 30, 2025
explosion/spacy-streamlit: đź‘‘ spaCy building blocks and visualizers for Streamlit apps
This package contains utilities for visualizing spaCy models and building interactive spaCy-powered apps with Streamlit. It includes various building blocks you can use in your own Streamlit app, like visualizers for syntactic dependencies, named entities, text classification, semantic similarity via word vectors, token attributes, and more. You can install spacy-streamlit from pip: pip install spacy-streamlit The package includes building blocks that call into Streamlit and set up all the required elements for you. You can either use the individual components directly and combine them with other elements in your app, or call the visualize function to embed the whole visualizer.