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:
Counts of observations in each categorical bins:
Model Assesments:
Deployed Model:
For deploying our model on web (local server), we have used following resources:
- Flask - For developing web applications on local server.
- PyCharm - For Integrated Development Environment (IDE)
- Pickle - To serialize and deserialize objects in Python.
- HTML & CSS - For front-end.