/FakeNewsDetector-Flask

Flask app that uses the fake/real-news-dataset to create a Machine Learning Model

Primary LanguageJupyter Notebook

FakeNewsDetector-Flask

Flask app that uses the fake/real-news-dataset to create a Machine-Learning Model

To run virtaul environment

pip3 install virtualenv

create virtual-environment file:

python -m virtualenv venv 

to activate:

venv/Scripts/activate

to deactivate:

deactivate 

Install dependencies:

pip install -r requirements.txt

To run Flask app:

flask run

debug mode:

$env:FLASK_ENV = "development"