Prompt-based creative coding. Using LLMs to generate p5.js sketches.
FastAPI app using LangGraph for agentic flow. Get your API keys from LangGraph and OpenAI, and put them in .env
.
cd back
python -m venv <path_to_your_env>
cd back
source <path_to_your_env>/bin/activate
uvicorn api:app --reload
## Frontend
cd front
npm i
cd front
npm start