Text to Image Generator | OpenAI
final.mp4
Note:This is a image generator built with Node.js and Express that uses OpenAI's Dall-E models to generate images.
Rename the yo.env file to .env.
Generate an API KEY at OpenAI and add it to the .env file.
Install the dependencies
npm i express openai dotenvnpm i -D nodemonnpm installRun server
npm startor (if doesnt work)
npm run devVisit http://localhost:5000 in your browser.