Skip to content

A website built at an AI Hackathon for detecting fake news using machine learning algorithms and user-inputted news articles.

Notifications You must be signed in to change notification settings

quiquemz/go-fake-news

Repository files navigation

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

About

A website built at an AI Hackathon for detecting fake news using machine learning algorithms and user-inputted news articles.

Topics

Resources

Stars

Watchers

Forks