Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.3 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.3 KB

twitter-rumor-spreader

This app simulates the spread of retweets through a small network of twitter users. It's trained on real users and real data using the Naive Bayes Classification Algorithm.

Files of note

Running Locally

To run locally, you'll need git, docker, and docker-compose:

git clone https://github.com/Didericis/twitter-rumor-spreader.git
cd twitter-rumor-spreader
docker-compose up

Once running, the site will be available at localhost:4000.

Live Version

A live version of the app can be found here.