/begone-fake-news

Fighting fake news one classifier at a time

Primary LanguageJupyter Notebook

go-fake-news

AI-Hachathon project 2

To run:

Clone the repository

If you use virtualenv

In the directory of the cloned repository, create a virtualenv instance: virtualenv venv (on OSX)

Then activate it: . venv/bin/activate

Install dependencies

Install Flask

Install Polymer: npm install -g polymer-cli

Install modules (python3 & pip3 as default):

pip install -r requirements.txt

There may be more. Just pip3 install like above.

Run dependencies

Change the directory to web-apps-2, then Start the polymer instance:

cd web-app-2
polymer serve --open

In a separate window, Start the Flask backend: python server.py

  • if you use virtualenv, make sure you . venv/bin/activate in the new window