Topic modeling is the process of identifying topics in a set of documents.
This can be useful for search engines, customer service automation, and any other instance where knowing the topics of documents is important.
I used Latent Dirichlet Allocation (LDA) Algorithm.
The dataset is available as a single csv file.
1.NLTK
2.LDA
3.Python
Rahul Kumar Patro