Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 840 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 840 Bytes

Web application to audit Canada's 2019 federal election

This folder contains code to generate a bokeh-based web application which allows users to interactively select Canadian ridings to audit using some of RiLACS's confidence sequences.

Here's a quick demo of the app in action:

audit

A longer demo is also available for download.

Installing dependencies

If you do not already have rilacs installed,

pip install git+ssh://[email protected]/WannabeSmith/RiLACS.git

In addition to the RiLACS package, this app depends on bokeh and geopandas.

pip install bokeh geopandas

Run the app

To start the web application,

bokeh serve --show map.py