This is a simple project to create a cat using a LLM. It uses the OpenAI API to generate a cat in SVG format. The cat is then displayed in a web component and animated using CSS – just for fun and not optimized in any direction.
- Clone the repository
- Install dependencies using
bun install
- Run the project using
bun run
To create a new cat, simply click the button and wait for the AI to generate a cat.