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 .
Type pip install -r requirements.txt
in your terminal.