/image-genertor-with-js

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.

Primary LanguageSCSS

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 .