A cool app to predict Dota 2 games!
To get started, run scrape.sh. This will initialize and populate the database with scraped data. It will also generate the csv and npz files needed by the predictor.
To launch the web app, enter the dota2_predictor directory (this contains the source for the web app) and run python manage.py runserver to launch the server.
Visit localhost:8000 and start making predictions!