ImageGen is a Next.js web application that allows users to input a text prompt, and using OpenAI's DALL-E, generates and displays corresponding images. It's a simple and user-friendly way to explore the capabilities of DALL-E.
This application requires two environment variables to be set:
Password
: This protects the app with a password. Set it to the desired password for accessing the application.OPEN_AI_KEY
: This is your API key from OpenAI. You can obtain it from the OpenAI website.