Skip to content

ExceptionRegret/Fake-News-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fake-News-Detection

!Notice : Educational purpose only not for any illegal activites.I'm not responsible for anything if you do anything wrong with code

Requirements:

  • Python2

Features!

  • Detection of fake news

Note:

  • Extract the fake_or_real_news.csv.zip after that only run the code.
  • The csv file name must be fake_or_real_news.csv only.
  • You must place csv file in the Fake-News-Detection folder only.

Installation and Usage:

  • Follow below cmds
$ git clone https://github.com/ExceptionRegret/Fake-News-Detection
$ sudo apt install python2* -y
$ curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py
$ sudo python2 get-pip.py
$ cd Fake-News-Detection
$ pip2 install -r requirements.txt
$ python2 final.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages