Skip to content

THIS PROJECT IS CAPABLE OF DETECTING REAL OR FAKE NEWS.IT DOES SO BY TRAINING OF DATASET .THE USER CAN GET RESULT BY CHOOSING ONE OF THE TRAINING MODELS.ALSO CONTAINS A USER INTERFACE BUILD USING STREAMLIT.

Notifications You must be signed in to change notification settings

SamruddhiMetkar/FAKE-AND-REAL-NEWS-DETECTION

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

FAKE AND REAL NEWS DETECTION

Fake news refers to false or misleading information that is presented as if it were real news.This project aims to use ML modles to detect fake news based on the text of the article.

PROBLEM STATEMENT

The challenge is to develop an effective system that can automatically detect fake news and distinguish it from genuine news articles.

The ultimate goal is to prevent the spread of fake news and promote the dissemination of accurate information

FRONT END

  • STREAMLIT

Prerequisites

1.Python 3.11

This project requires that your machine must have python version 3.6 or above installed on it.Can download it from https://www.python.org/downloads/

2.You need to install the below packages after installation of python,

  • Sklearn (scikit-learn)
  • numpy
  • pandas
  • matplotlib

3.For User interface you must install

  • streamlit
  1. DATASET

The datasets used are

  • true.csv This contains the following attributes:

    Title: The title of news 
    Text: Contains text of news
    Subject: Contains the subject on which news is based
    Date: the date of news
    
  • fake.csv

this also contains the same attributes as above

  1. ML models used:

This project can detect the real and fake news using the following ML models:

  Logical regression
  Randomn Forest
  Decision tree
  Gradient Boosting Classifier

SCREENSHOT

ui ss

prediction

About

THIS PROJECT IS CAPABLE OF DETECTING REAL OR FAKE NEWS.IT DOES SO BY TRAINING OF DATASET .THE USER CAN GET RESULT BY CHOOSING ONE OF THE TRAINING MODELS.ALSO CONTAINS A USER INTERFACE BUILD USING STREAMLIT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages