mapping policy and actions against results
Go to file
2025-04-05 19:57:29 -07:00
api update readme 2025-04-05 19:57:29 -07:00
render update readme 2025-04-05 19:57:29 -07:00
templates update readme 2025-04-05 19:57:29 -07:00
.gitignore update readme 2025-04-05 19:57:29 -07:00
add_bill_node.py update readme 2025-04-05 19:57:29 -07:00
add_bill_sponsors.py update readme 2025-04-05 19:57:29 -07:00
add_bill_type.py update readme 2025-04-05 19:57:29 -07:00
add_csv.py update readme 2025-04-05 19:57:29 -07:00
add_law_sponsors.py update readme 2025-04-05 19:57:29 -07:00
add_law_type.py update readme 2025-04-05 19:57:29 -07:00
api.py update readme 2025-04-05 19:57:29 -07:00
cosponsored_add.py update readme 2025-04-05 19:57:29 -07:00
dedupe_relationships.py update readme 2025-04-05 19:57:29 -07:00
get_members.py update readme 2025-04-05 19:57:29 -07:00
members_add_node.py update readme 2025-04-05 19:57:29 -07:00
README.org update readme 2025-04-05 19:57:29 -07:00
render.py update readme 2025-04-05 19:57:29 -07:00
requirments.txt update readme 2025-04-05 19:57:29 -07:00
retrieve_bills.py update readme 2025-04-05 19:57:29 -07:00
sponsored_add.py update readme 2025-04-05 19:57:29 -07:00
update_bills.py update readme 2025-04-05 19:57:29 -07:00
update_laws.py update readme 2025-04-05 19:57:29 -07:00
write_json_to_csv.py update readme 2025-04-05 19:57:29 -07:00

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

go to http://localhost:5000 to view the graph