1012 B
Executable File
1012 B
Executable File
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