Skip to content

Latest commit

 

History

History

fake_news_detection

Fake News Detection

Right now, we live in a world of mis-information and fake news. The goal of this project is to detect fake news based on Recurrent Neural Networks.

You can train the model by running main.py and implement it in your projects. The accuracy would be arround 0.85-0.91 .


- WordCloud of Real News from the dataset





- WordCloud of Fake News from the dataset


Requirements

Type pip install -r requirements.txt in your terminal.