Skip to content

rinklea/Fake_News_Detection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fake News Detection

In this Project, I trained a Bidirectional Neural Network and LSTM based deep learning model to detect fake news from a given news corpus.

I walked through following steps:

Screenshot 2021-05-11 at 12 18 13 AM

Counts of observations in each categorical bins:

Picture 1

Model Assesments:

  1. Confusion Matrix Picture 1

  2. Accuracy, Precision, and Recall Picture 1

Deployed Model:

For deploying our model on web (local server), we have used following resources:

  1. Flask -  For developing web applications on local server.
  2. PyCharm - For Integrated Development Environment (IDE)
  3. Pickle - To serialize and deserialize objects in Python.
  4. HTML & CSS - For front-end.

Picture 1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • Other 1.1%