Skip to content

About A classification model to detect whether a piece of news is "REAL" or "FAKE".

Notifications You must be signed in to change notification settings

sumedhakoranga/Fake-News-Detection-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fake News Detection Model

A classification model to detect whether a piece of news is "REAL" or "FAKE".

Dataset

The dataset we will use for this is a csv file named 'news.csv'. It has three columns namely, Title, Text and Labels, and 6,335 examples/rows.

Necessary Installations

To install necessary libraries needed for this project:

  1. First open Terminal/Command Line.

  2. Run the following command

pip3 install pandas sklearn
  1. Installation should be complete.

  2. To verify whether the installation is correct and/or to view information about the installation run the following command

pip3 show pandas sklearn

About

About A classification model to detect whether a piece of news is "REAL" or "FAKE".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published