Generate an image based on the descriptions you provide using Dall-E 3
Ensure you have the following installed on your system
Once you have these system dependencies installed, run the following to install the necessary packages.
npm install
# or
yarn install
# or
pnpm install
This application utilizes OpenAI API to generate the images based on the description submitted. You will need an API key from the service to make successful requests.
Once you have created an account on their platform and have acquired an API key add .env
to the root of the project directory
OPENAI_API_KEY=
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js: