Skip to content

ezzcodeezzlife/DALLE-2-App

 
 

Repository files navigation

DALLE 2 App (Next.js)

Create realistic images and art from a description in natural language

CleanShot 2022-06-18 at 15 12 05@2x

Requirement

Tutorial

Getting Started

  1. Clone/Download this project
  2. Install:
npm
# or
yarn
  1. Run the development server:
npm run dev
# or
yarn dev

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 sess-
  2. Query anything, e.g. cat on space:

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

Deploy on Vercel

Check out Next.js deployment documentation for more details.

Resources

dalle-node

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.5%
  • CSS 49.5%