A small streamlit app to visualize the output of sentence clustering
This is an accompaniment to the article: Using Bert Sentence Embeddings, TSNE and KMeans to visualize and Explore Statements
A live version of this app is available here
From the root of this repository, run
pip install -r requirements.txt
To run the app locally, simply run
streamlit run app/app.py
If you'd like to deploy this app to Heroku, clone this repo and follow the instructions here