liamzebedee / take-modern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the take modern

image

The AI generated art auto hegemony.

Run.

# load pipenv
source ./env/bin/activate
# load openai api key
source .env
# install deps
pipenv install

# now run
python code/gen.py

Notes.

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/`

About


Languages

Language:Python 57.2%Language:JavaScript 26.9%Language:CSS 13.4%Language:TypeScript 2.5%