An application for detecting fake news using a LSTM model
Live Demo available https://share.streamlit.io/mlsquad/fake_news/main.py
The LSTM model was generated using Tensorflow Frontend was developed and hosted on Streamlit
Clone the repo:
git clone https://github.com/MLSquad/fake_news.git
cd to fake_news
directory
Install Python packages:
pip install -r requirements.txt
Run application:
streamlit run main.py
- MIT