/DALL-E-demo

DALL-E-demo

Primary LanguageJupyter Notebook

DALL-E-DEMO

The demo can be seen in the following playlist -

Playlist URL

DALL-E API can perform the following as of now -

  1. Image generation by text prompts
  2. Image variations by passing an image
  3. Image edits by text prompts and a mask image

Make sure you create .env file to keep the openai API key safe

.env should contain the following -

OPENAI_API_KEY="YOUR_API_KEY"

NOTE: you can get your keys from openai-api-keys

Reference and important URLs-

  1. openai docs
  2. text to image generation
  3. image variations
  4. image edits