Skip to content

SalehAhmed10/dall-e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dalle-E | Ai image generation app Demo

Built With :

Vite / React , TailwindCss , Express , MongoDB , cloudinary

Installation / Guide

  1. Get a free API Key at https://beta.openai.com/account/

  2. Fork or Clone the repo

    git clone https://github.com/SalehAhmed10/dall-e.git
  3. Install NPM packages

    cd server and npm install for server side packages
    cd client and npm install for client side packages
  4. Create your own .env file and store all env variables

    OPENAI_API_KEY = "YOUR_OPENAI_API_KEY"
       MONGODB_URL = "MONGODB_URL"
    CLOUDINARY_CLOUD_NAME / Api_Key and Secret = "Auth"

(back to top)