Description

To tackle the problem of fake news, a chrome extension is developed that can be used to predict fake news articles. The API used by this extension is developed by training several news articles using Natural Language Processing techniques. The news articles are ultimately categorized into biased, fake or satire. The model is deployed in a docker container hosted on Azure VM.

How to install

  1. Extract the zip folder
  2. Go to chrome://extensions/
  3. Click 'Load unpacked'
  4. Select the extracted folder

How to use

  1. Go to any news source.
  2. Click on the extension icon
  3. The score represents the prediction score between 0 and 1. Higher the score, more authentic is the news source
  4. The category represents whether the domain is to be trusted or not
  5. The decision represents whether the URL is predicted to be impartial or biased

Examples

  1. Fake example: http://wearethellod.com/breaking-rnc-office-that-held-clinton-evidence-burned-to-the-ground/
  2. Satire example: https://www.huzlers.com/man-hospitalized-after-his-apple-airpods-exploded-in-his-ear/
  3. Not fake: https://sputniknews.com/science/201903021072895578-mars-underground-water-system-evidence/
Share this project:

Updates