Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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=''