Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 832 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 832 Bytes

streamlit-topic-reduction

This repository contains streamlit app that illustrates Top2Vec's hierarchical topic reduction method.

Usage

To use or contribute to this repository, first checkout the code. Then create a new virtual environment:

$ git clone https://github.com/hcss-utils/streamlit-topic-reduction.git
$ cd streamlit-topic-reduction
$ python3 -m venv env
$ . env/bin/activate
$ pip install -r requirements.txt

To run the app, use streamlit run:

$ streamlit run app/main.py

Alternatively, use make:

$ make env
$ . env/bin/activate
$ make install-dev
$ make app 

Examples

alt text

alt text

alt text