Skip to content

DALL-E Clone, designed to generate images from textual descriptions. It is based on the GPT (Generative Pre-trained Transformer) architecture, specifically optimized for the creation of images.

Notifications You must be signed in to change notification settings

DevFreAkeD/Dall-E-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Untitled design (18)

📃 About

DALL-E Clone, designed to generate images from textual descriptions. It is based on the GPT (Generative Pre-trained Transformer) architecture, specifically optimized for the creation of images.

Live Link: Here

⚙️ Tech Used

Languages/Libraries/Frameworks/Tools/etc used to develop CoDevCompile.

  1. JavaScript
  2. React + Vite
  3. TailwindCSS
  4. OpenAI API
  5. ExpressJS

</> How To Run

To run CoDevCompile. you'll generally have to follow these steps:

  1. Clone this repository: git clone https://github.com/DevFreAkeD/Dall-E-Clone.git

  2. Navigate to repository directory: cd Dall-E-Clone

  3. Navigate to server directory: cd server

    • Install Dependencies: npm install
    • Create a .env file. Replace OPENAI_API_KEY with your OPENAI API Key.
    • Run Backend server: node index.js
    • Access the Server: Open a web browser and navigate to http://localhost:8080.
  4. Open a New Terminal and Navigate to client directory: cd client

    • Install Dependencies: npm install
    • Start the Development Server: npm run dev
    • Access the Application: Once the development server is running, open a web browser and navigate to http://localhost:5173 to view the application.

📷 Screenshots

image

image

About

DALL-E Clone, designed to generate images from textual descriptions. It is based on the GPT (Generative Pre-trained Transformer) architecture, specifically optimized for the creation of images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published