The AI generated art auto hegemony.
# load pipenv
source ./env/bin/activate
# load openai api key
source .env
# install deps
pipenv install
# now run
python code/gen.py
None of this works together yet, but drawing some notes here on how it fits together:
takes are scraped from take.xyz app into `data/takes.json`
`code/gen.py` reads `takes.json`, generates images and index.js in `results/`
this data is copied manually into `website/`
`zora-drop.js` reads from `results` and outputs into `zora-drop/`