Skip to content

arohini/CategoryFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Category Identifier

For the given unstructured or semi structured data of document, grouped labels are identified.

Steps:

  • clone the repository

      git clone https://github.com/arohini/CategoryFinder.git
    
  • Install the requirements

      pip install -r requirements.txt
    
  • To train the data

      python train_topic_modeling.py
    

    Note: For the resulted tuple of topic_num and topics, replace topic num with the label which is most suited and use the same in findtopic.py

  • Test the trained data

      python find_topic.py
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages