Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Topic Modeling using LDA

Cluster the documents into different topics.

The project is created using ktrain which is a lightweight wrapper for the deep learning library TensorFlow Keras (and other libraries) to help build, train, and deploy neural networks and other machine learning models.

You can get to know more about ktrain at https://github.com/amaiya/ktrain.

To run the repository follow the steps:

(1) Clone the repository:

  git clone https://github.com/AdityaSadana/Topic-Modeling-using-LDA

(2) Install Requirements:

pip install -r requirements.txt

(3) Train The Model:

python train_model.py

(4) Run the model:

python get_prediction.py

(5) Enter your text. The model would predict the topic and other documents related to it.

The Document Clusters can be visualized as

Document_Visualization

About

Cluster Documents on similar topic

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages