https://github.com/jlehrer1/cruzhacks
The Transparency Project, a CruzHacks 2020 1st place project. Our goal? To bring clarity to the American political process through interactive data visualization.
https://github.com/jlehrer1/cruzhacks
data-science hackathon visualization
Last synced: 10 days ago
JSON representation
The Transparency Project, a CruzHacks 2020 1st place project. Our goal? To bring clarity to the American political process through interactive data visualization.
- Host: GitHub
- URL: https://github.com/jlehrer1/cruzhacks
- Owner: jlehrer1
- License: gpl-3.0
- Created: 2020-01-21T18:33:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:30:37.000Z (over 3 years ago)
- Last Synced: 2025-01-02T12:27:28.566Z (over 1 year ago)
- Topics: data-science, hackathon, visualization
- Language: Python
- Homepage: http://transparencyproject.tech
- Size: 32.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [The Transparency Project](http://transparencyproject.tech/)
*Data Science Slugs @ Cruzhacks 2020* -
*Sean Breckenridge, Julian Lehrer, Oasys Okubo, Garrett Leising and Anders Poirel*

The number one source for transparency, brah
## Installation
Clone into an empty directory, and make sure to
✔ Use python3.7~
✔ Install [pipenv](https://github.com/pypa/pipenv)
✔ Run `pipenv install` in one of the app directories.
To run the server:
```
cd server
pipenv install
pipenv shell
export FLASK_ENV=development
flask run
```
## Project Structure
Folder structure
```
--|---- data
|
|--- server-----|---- dash
| |
| |---- server---- |---- static
| |
| |---- template
|---- wrangling
```