Skip to content

jumba23/ai-image-generator-nodeJS-openAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple image generator build using Javascript, CSS and open AI DELLE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published