Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 768 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 768 Bytes

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 .