Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:30:37.000Z (about 2 years ago)
- Last Synced: 2024-11-09T00:15:43.937Z (3 months 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*![Website Snapshot](https://i.imgur.com/MWG9lS5.jpg)
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
```