banjtheman / TopicBlob

Text to Topics
Apache License 2.0
2 stars 7 forks source link
gensim machine-learning nlp topic-modeling

TopicBlob: Simplified Topic Modeling

TopicBlob is a Python 3 library for processing textual data. It provides a simple API for diving into common natural language processing (NLP) tasks around topic modeling such as finding similar documents and provide a list of topics given input text.

Here is a live demo of TopicBlob working on wikipedia pages
https://share.streamlit.io/banjtheman/topicblob/main/topicblob_st.py

TopicBlob leverages NLTK, pandas, and gensim , for the heavy lifting

Features

Get it now

$ pip install topicblob 

Requirements

Docker Setup