Skip to content

A simple end-to-end project on fake v/s real news detection/classification.

License

Notifications You must be signed in to change notification settings

shrutibalan4591/Fake-News-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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