Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 1.21 KB

README.md

File metadata and controls

28 lines (13 loc) · 1.21 KB

Fake-News-Detection

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/

Demo

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.

  1. You go to the link given above, enter your news article and click on the 'Detect' button below.

fake2

  1. If the webapp predicts the article to be a real one, it returns a message as below:

real

  1. If the webapp predicts the article to be a fake one, it returns a message as below:

fake3


fake-news