An end-to-end machine learning nlp project aimed at predicting/classifying a given news article as fake or real. The model is deployed in Heroku using Flask. The classifier used here is PassiveRegessiveClassifier.
Link for the webapp : https://catch-the-fakes.herokuapp.com/
The webapp has a simple userface with a text box for entering your news article and a button upon clicking which, the app predicts if the article is fake news or real news.
- You go to the link given above, enter your news article and click on the 'Detect' button below.
- If the webapp predicts the article to be a real one, it returns a message as below:
- If the webapp predicts the article to be a fake one, it returns a message as below: