ImaginAI accepts user prompts to generate images in three choose-able sizes - 256x256, 512x512 and 1024x1024. ImaginAI calls DALL-E OpenAI model to generate images.
You can tweak the number of images to be generated per prompt. And download the image as well
- OpenAI API Key
- Clone the repo
- Run
npm installto install all the dependencies - Create a
.env.localfromenv-examplefile:cp env-example .env.local - Update the OpenAI key in the
.env.localfile - Run
npm run devto start the project
- NextJS
- TailwindCSS
- DALL-E Model
