/cluster-statements

A small streamlit app to visualize the output of sentence clustering

Primary LanguagePythonMIT LicenseMIT

cluster-statements

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

Installation

From the root of this repository, run

pip install -r requirements.txt

Usage

To run the app locally, simply run

streamlit run app/app.py

Deployment

If you'd like to deploy this app to Heroku, clone this repo and follow the instructions here