An open API service indexing awesome lists of open source software.

https://github.com/devfreaked/dall-e-clone

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.
https://github.com/devfreaked/dall-e-clone

ai dall-e dalle-clone openai openai-api reactjs

Last synced: about 1 month ago
JSON representation

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.

Awesome Lists containing this project

README

          

# ![Untitled design (18)](https://github.com/DevFreAkeD/Dall-E-Clone/assets/32740788/d1c4f450-5a5b-4ced-a566-060acfa10028)
## 📃 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](https://github.com/DevFreAkeD/Dall-E-Clone/assets/32740788/f7f61e8d-df82-4d08-a918-23d1af528662)

![image](https://github.com/DevFreAkeD/Dall-E-Clone/assets/32740788/f7e77293-6442-4b89-ad5f-740804ede00b)