Skip to content

inlinestatic/DALLE-2-App

 
 

Repository files navigation

DALLE 2 App (Next.js)

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

DeepScan grade

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

Requirement

If you have any questions, please read #13 first before raise a new issue.

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.9%
  • CSS 46.4%
  • Nix 2.7%