Skip to content

Latest commit

 

History

History
66 lines (62 loc) · 1.93 KB

File metadata and controls

66 lines (62 loc) · 1.93 KB

Fake News Detection


An automated fake news detection website that can perform the following tasks:
● Check whether the title of the news is accurate.
● Check whether the text/content of the news is accurate.


Getting Started


Requirements : requests==2.23.0 numpy==1.19.5 nltk==3.2.5 pandas==1.1.5 scikit_learn==0.24.1

Clone the repo using :

git clone "https://github.com/Mini-Project-Sem-4/Fake_News_Detector_Using_Django.git"

Install required modules by opening command prompt in the project folder :

pip install -r requirements.txt

Run the Django Server

python manage.py runserver

Download the Kaggle dataset https://www.kaggle.com/clmentbisaillon/fake-and-real-news-dataset , and move the csv files to the fakeNews/Dataset folder.


Usage


Check whether the text of the news is accurate:

Add an Article in the text area (Short titles can also be predicted as well as long texts).

Two or more arguments can also be passed simultaneously:

You can give multiple inputs too.


Contributors



Nimish Samant

Anurag Bapat

Shraddha Shinde

Tuba Momin