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 install
to install all the dependencies - Create a
.env.local
fromenv-example
file:cp env-example .env.local
- Update the OpenAI key in the
.env.local
file - Run
npm run dev
to start the project
- NextJS
- TailwindCSS
- DALL-E Model