Skip to content

praneetmehta/news_segregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

news_segregator

KMeans unsupervized learning algorithm news seggregator

A webscraper, webapplication and a news segregator all built into one.

Implementation of KMeans unsupervized learning algorithm to classify scraped news articles into various categories like business, sports, tech etc. and using a MongoDB database to store this information.

MongoDB database is connected to the nodejs application used to display these news categorized news articles into a small web application with minimal design.