Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jumba23/ai-image-generator-nodejs-openai
https://github.com/jumba23/ai-image-generator-nodejs-openai
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/jumba23/ai-image-generator-nodejs-openai
- Owner: jumba23
- Created: 2022-12-10T17:31:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-31T09:42:13.000Z (almost 2 years ago)
- Last Synced: 2023-08-12T21:53:16.625Z (about 1 year ago)
- Language: CSS
- Size: 381 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### openAI Image Generator
In this project, we will use OpenAI and the DALL-E model to create a web app that will generate images from scratch based on the entered text.
## DALL-E 2
Is a new AI system that can create realistic images and art from a description in natural language.
## NODE.JS
## OPENAI_API_KEY
got to https://beta.openai.com/account/api-keys and generate your own API key and create .env with the following structure:
PORT=5000
OPENAI_API_KEY=''