Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.41 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.41 KB

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