Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/domeccleston/dalle-2
Dall-E 2 image generator
https://github.com/domeccleston/dalle-2
Last synced: 2 days ago
JSON representation
Dall-E 2 image generator
- Host: GitHub
- URL: https://github.com/domeccleston/dalle-2
- Owner: domeccleston
- Created: 2022-11-04T14:18:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T08:03:20.000Z (9 months ago)
- Last Synced: 2025-01-15T20:18:13.307Z (9 days ago)
- Language: TypeScript
- Homepage:
- Size: 3.92 MB
- Stars: 168
- Watchers: 7
- Forks: 86
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dall-E 2 AI Art Generator
This project will generate images from text using AI.
![OG Image](/public/ogimage.png)
## Running Locally
To run this locally, you'll need to sign up to https://openai.com and create a new API key ($18 of free credit is available for new users) and set OPENAI_API_KEY accordingly.
Then, run the application in the command line and it will be available at `http://localhost:3000`.
```bash
npm run dev
```## One-Click Deploy
Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=vercel-examples):
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/randomteam/clone?demo-title=Dall-E%202%20AI%20Art%20Generator&demo-description=Dall-E%202%20frontend%20using%20Upstash%20for%20message%20queue%20%2B%20Redis.&demo-url=https%3A%2F%2Fdalle-2.vercel.app%2F&demo-image=%2F%2Fimages.ctfassets.net%2Fe5382hct74si%2F3ulf3cJhGCjsBEoALnQd6c%2Fde6a1bddc1eae9422d73e285cd879a6e%2FCleanShot_2022-12-09_at_09.28.09.png&project-name=Dall-E%202%20AI%20Art%20Generator&repository-name=dall-e&repository-url=https%3A%2F%2Fgithub.com%2Fdomeccleston%2Fdalle-2&from=templates&integration-ids=oac_V3R1GIpkoJorr6fqyiwdhl17&env=OPENAI_API_KEY&envDescription=Get%20an%20API%20key%20at%20OpenAI%3A&envLink=https%3A%2F%2Fopenai.com)