This project is created with the powerful DALL-E 2 AI system of the Open AI API.
You will enter a text prompt describing the image you want to be created and hit the generate button.
I deployed the project on Vercel as they are the creators of Next.js.
Technologies used:
Install Node.js from here
Clone this repository
Navigate into the project directory
cd DALL-E-ai-image-generator
npm install
Create a file named .env.local
in the root folder and add your API key
Run the app and go to http://localhost:3000.
npm run dev