FakeNews Classifier is an AI app to classify fake news.
I trained a Neural Network algorithm using keras framework
After Modeling I deployed the app using Flask for backend, HTML, CSS, JS for frontend.
Clone the repository with the following command.
git clone https://github.com/Kenchir/FakeNewsDetection.git
## Usage
cd into the project then run the following command from bash inside the project.
```bash
py app.py
How the app home page looks like. Results page
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.