Easy to use Image Generator built with React using OpenAI Dall-E model that allows creation of images by entering a description.
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
.