jumba23 / ai-image-generator-nodeJS-openAI

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:CSS 60.1%Language:JavaScript 32.1%Language:HTML 7.7%