mapping policy and actions against results
api | ||
render | ||
templates | ||
.gitignore | ||
add_bill_node.py | ||
add_bill_sponsors.py | ||
add_bill_type.py | ||
add_csv.py | ||
add_law_sponsors.py | ||
add_law_type.py | ||
api.py | ||
cosponsored_add.py | ||
dedupe_relationships.py | ||
get_members.py | ||
members_add_node.py | ||
README.org | ||
render.py | ||
requirments.txt | ||
retrieve_bills.py | ||
sponsored_add.py | ||
update_bills.py | ||
update_laws.py | ||
write_json_to_csv.py |
A.I. workloads
a study on how far you can get with comodity hardware ai workloads. it took about a week working with the ai to get to the point of the snapshot.
more details are forthcoming.
how to render the graph
clone the repository
git clone gitea@git.saifharbor.org:saifharbor/policymap.git
cd into the repository
cd policymap
create a virtual environment for python
python -m venv venv
activate the environment
source venv/bin/activate
update pip
pip install upgrade pip
install requirements
pip install -r requirements.txt
cd into the renderer
cd render
start the renderer
python app.py