Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.6 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.6 KB

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