Skip to content

datascienceucsc/dss-cruzhacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Transparency Project

Data Science Slugs for Cruzhacks 2020 - Sean Breckenridge, Julian Lehrer, Oasys Okubo, Garrett Leising and Anders Poirel

Awards

  • 🥇 1st place winner overall at Cruzhacks 2020
  • 🥈2nd place for Google Cloud at Cruzhacks 2020

The number one source for transparency, brah

Formely at http://transparencyproject.tech/

Installation

Clone into an empty directory, and make sure to

✔ Use python3.7~

✔ Install pipenv

✔ Install screen

✔ Run pipenv install in one of the app directories.

To run the server:

cd server
pipenv install
./restart_server

Requires the ports 8050, 8051, and 8052 to be open for the graph instances. The domain name was also hardcoded in a couple places. In config, and the external_stylesheets argument in each dash instance.

Project Structure

Folder structure

 --|---- data 
   |
   |--- server-----|---- dash
   |               |
   |               |---- server---- |---- static
   |                                |
   |                                |---- template
   |---- wrangling