Skip to content

This React-based application leverages OpenAI's DALL-E model to generate images from text descriptions. It's a user-friendly tool that allows you to create unique images simply by entering a description.

Notifications You must be signed in to change notification settings

mcyandex/image-genertor-with-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Generator using OpenAI

Generate Images from Text

Easy to use Image Generator built with React using OpenAI Dall-E model that allows creation of images by entering a description.

text-2-image banner

To Run on your machine

Download the Repo and Unzip

Visit OpenAI API Page and Generate your API KEY

Create a file with the exact name .env.local to save your API key as env file.

Add your API into it in the format: REACT_APP_API_KEY= your API key

Save and Install the depencies by running

npm install

Run the server

npm start

Server should now be available via http://localhost:5000 .

About

This React-based application leverages OpenAI's DALL-E model to generate images from text descriptions. It's a user-friendly tool that allows you to create unique images simply by entering a description.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published