-
Notifications
You must be signed in to change notification settings - Fork 0
Home
simpleappdesigner edited this page May 23, 2021
·
4 revisions
Just to verify the instructions, all are command line.
Download the complete code, it's in the folder “EData”
1.cd EData
2.cd Fake_News_Detection-master
Create virtual environment
- virtualenv fakenews
Activate the env(below is Mac, pls find similar for windows )
4 source fakenews/bin/activate
Install all the requirements
5.pip install requirements.txt
As requirement is missing instruction to install flask
6.pip install Flask
7.python Fake_News_Det.py
``