This project implements topic modeling using Python to analyze text data, specifically focusing on news articles. It utilizes libraries like Pandas
, gensim
, and pyLDAvis
for data manipulation, topic modeling, and visualization.
Pandas
gensim
pyLDAvis
nltk
matplotlib
To install the necessary libraries, run the following commands in your Python environment:
!pip install PyLDAvis
!pip install -U gensim
!pip install nltk
!pip install matplotlib