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
$ pip install topicblob
docker build -t topicblob:local .
example.py
module)
docker run topicblob:local