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
Languages/Libraries/Frameworks/Tools/etc used to develop CoDevCompile.
- JavaScript
- React + Vite
- TailwindCSS
- OpenAI API
- ExpressJS
To run CoDevCompile. you'll generally have to follow these steps:
-
Clone this repository:
git clone https://github.com/DevFreAkeD/Dall-E-Clone.git
-
Navigate to repository directory:
cd Dall-E-Clone
-
Navigate to server directory:
cd server
- Install Dependencies:
npm install
- Create a
.env
file. ReplaceOPENAI_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
.
- Install Dependencies:
-
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.
- Install Dependencies: