Skip to content
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

  1. 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

8.http://127.0.0.1:5000/

``

Clone this wiki locally