Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 1.26 KB

README.md

File metadata and controls

6 lines (4 loc) · 1.26 KB

news-classification-web-app

It is a web application where you can view latest news of diffrerent categories such as business/politics , entertainment ,lifestyle/health , technology and environtment. All the new are classified by a machine learning algorithm which classify all the news. web-app.ipynb gather all the latest news by scraping various Indian news websites and predict their category by calling news_classifier.py fill and store them in a sql database. The news are then passed through the algorithm which classifies them into different categories.The code in server.py does the backend job and acts as a server which joins html and sql database to display the news seperately into different categories.Templates and static folders contains html files and css file respectively.