khush-01 / Fake-News-Detection

This is a fake news detection project made during internship at Hamoye

Home Page:https://share.streamlit.io/khush-01/fake-news-detection/main/fakenews.py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fake-News-Detection-System

The main goal of the project is to analyse news article and determine if it is reliable or not.

Necessity

In these uncertain times, correct and timely information is very necessary for us to beat the pandemic. Fake news creates a panic amongst people and it is so dangerous that it has even caused riots in past. \ Thus, the effect of fake news has been growing, sometimes extending to the offline world and threatening public safety.
Hence it is very important for us to build a system which can help people filter out the authentic news from the fake one.

Approach

  • Random Forest Classifier
  • Support Vector Machine
  • Passive Aggressive Classifier

After comparing different models, we concluded that Passive Aggressive Classifer works better than others.

Deployment

Here is the Live Deployment

About

This is a fake news detection project made during internship at Hamoye

https://share.streamlit.io/khush-01/fake-news-detection/main/fakenews.py


Languages

Language:Jupyter Notebook 95.8%Language:Python 4.2%