Skip to content

AI4Organization/DALL-E-3-WebUI

Repository files navigation

DALL-E 3 Web UI (Next.js)

Create realistic images and art from a description in natural language.

DeepScan grade

Xnapper-2023-01-15-23 41 21

Requirement

Getting Started

  1. Clone/Download this project
  2. Install:
npm install
# or
yarn
  1. Run the development server:
npm run dev
# or
yarn dev
  1. Run production server:
make start-server-local

or with docker compse with

make start-docker-compose-local

Open http://localhost:3000 with your browser to see the result.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Usage

  1. Input token start from sk-
  2. Query anything, e.g. A sleeping cat and flower vase on the kitchen table in the artist Van Gogh style.:

CleanShot 2022-06-18 at 16 36 25@2x

Developer Notes

  • Since V2 is using OpenAI official API.

This project is inspired by the original one with benefits

  • OpenAI SDK latest
  • NextJS v14.x
  • DALL-E 3
  • React latest