https://github.com/codesteel/thebakery
The Bakery is a small web app that utilizes OpenAI's DALL-E API to achieve text-to-image generation.
https://github.com/codesteel/thebakery
Last synced: about 1 year ago
JSON representation
The Bakery is a small web app that utilizes OpenAI's DALL-E API to achieve text-to-image generation.
- Host: GitHub
- URL: https://github.com/codesteel/thebakery
- Owner: CodeSteel
- License: mit
- Created: 2022-11-08T22:01:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T00:03:32.000Z (about 2 years ago)
- Last Synced: 2025-01-12T19:08:41.883Z (over 1 year ago)
- Language: TypeScript
- Homepage: the-bakery.vercel.app
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TheBakery
The Bakery is a small web app I've made that utilizes OpenAI's DALL-E API to achieve text-to-image generation.

# Running the application
1. Run `yarn`
2. Run `yarn dev` to start the development server.