Skip to content

michaelweiss/topic-model-explorer

Repository files navigation

Topic Model Explorer

This is a tool for exploring topic models built on top of streamlit.io. It requires gensim, graphviz, pyvis, networkx, and nltk.

There are two versions of the tool with different objectives:

tme.py

Supports the workflow to create topic co-occurrence networks and keyword co-occurrence networks. To use this tool, run:

streamlit run tme.py

To learn more about the approach behind the tool you can watch the video of my talk on Exploratory literature reviews using topic modeling at Networks 2021.

tme-s.py

Creates a synthesis of multiple runs of a topic model. This is important when using short documents, as there can be quite some variation between individual runs.

streamlit run tme-s.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages