Skip to content

An NLP web app (micro service) built using Python Flask library and NLTK to classify news article into a set of predefined categories. The web app was deployed on Heroku cloud.

Notifications You must be signed in to change notification settings

avnishxlr8/News_Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

News_Classifier

An NLP web app (micro service) built using Python Flask library and NLTK to classify news article into a set of predefined categories. The web app was deployed on Heroku cloud.

Performed standard text preprocessing using NLTK library and removed short hand notations.

Used TF-IDF Vectorizer to convert text to features.

Used one Vs rest classifier on Linear SVC to create a multi-classification model.

Created and deployed a web app (micro service) using Python’s Flask library on Heroku cloud which would take news articles as input and predict its category.

About

An NLP web app (micro service) built using Python Flask library and NLTK to classify news article into a set of predefined categories. The web app was deployed on Heroku cloud.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published