Skip to content

ansariparvej/DALL-E-API-demo

 
 

Repository files navigation

DALL-E-DEMO

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 63.8%
  • Python 34.8%
  • Shell 1.4%