- How to get the csv files
i. Download Datasets.rar
ii. Extract to same directory
iii. Keep True.csv and Fake.csv at programs folder
- Install necessary libraries
pip install --upgrade tensorflow-gpu==2.0
pip install streamlit
pip install plotly
pip install --upgrade nbformat
pip install nltk
pip install spacy
pip install WordCloud
pip install gensim
- Run setup.py
streamlit run setup.py
- Run cyrim.py
streamlit run cyrim.py
Ensure both these files are on same folder
demo link: https://www.youtube.com/watch?v=dHDgCRXyUeY
Note: Visualize the working using Fake_News_ML.ipynb ( download True.csv and Fake.csv before ) from Colab