Dripsama / FakeNewsDetector-Flask

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

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


Languages

Language:Jupyter Notebook 89.6%Language:Python 4.7%Language:HTML 4.6%Language:CSS 1.1%