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

https://github.com/sumonta056/dall-e-vision

DALL·E ভিশন: A Perspective Towards Dreamy Creations in Images!
https://github.com/sumonta056/dall-e-vision

dalle-3 nodejs openai reactjs text-to-image-generation

Last synced: 7 months ago
JSON representation

DALL·E ভিশন: A Perspective Towards Dreamy Creations in Images!

Awesome Lists containing this project

README

          

# 👁️ DALL·E ভিশন 👁️
✍️ DALL·E ভিশন: A Perspective Towards Dreamy Creations in Images! ✍️



###### Images Were Created Using Freepik AI Generator [( 👉 Click Here )](https://www.freepik.com/ai/image-generator)


🏠 Home Page

![1 (1)](https://github.com/Sumonta056/DALL-E-Vision/assets/61287791/4ce62501-5c55-4240-9b4f-9fb4f83016da)

😳 Write Your Imagination Prompt

![1 (2)](https://github.com/Sumonta056/DALL-E-Vision/assets/61287791/d74b479e-e834-4f8b-9041-fc7a2b7e52d9)

🤔 Generating Image Based On Prompt

![1 (3)](https://github.com/Sumonta056/DALL-E-Vision/assets/61287791/58d4d3ea-929c-4c75-9da8-10aea16fdb53)

😇 AI Generated Image Based On Your Prompt

![1 (4)](https://github.com/Sumonta056/DALL-E-Vision/assets/61287791/b59e688e-5bb2-4ee3-9b48-459d2ff6f861)

## Documentaion : How To Use This Project
- 👉 Open your terminal or command prompt and run the following command to clone the repository:
```code
git clone https://github.com/Sumonta056/DALL-E-Vision.git
```

- 👉 Open The Clone Repository with Visual Studio Code:
```code
Open With VS-Code
```

- 👉 Navigate to the Project Backend Section:
```code
cd backend
```

- 👉 Install the backend dependencies using the following command:
```code
npm install
```
- 👉 Configure API Keys: [How get OPENAI API KEY](https://youtu.be/nafDyRsVnXU?si=vOuclNSzeeuqQ06g)
- 👉 Open "index.js" file from backend
- 👉 Modify The Below Code with OpenAI API Key
```code
headers: {
"Content-Type": "application/json",
Authorization: `Bearer Your-API-KEY-Here`,
},
```

- 👉 Start the backend using the following command:
```code
npm start
```

- 👉 Now go to root folder again:
```code
cd ..
```

- 👉 Navigate to the Project Frontend Section:
```code
cd frontend
```

- 👉 Install the frontend dependencies using the following command:
```code
npm install
```

- 👉 Start the frontend using the following command:
```code
npm start
```

- 👉 Enjoy Website with your Imagination !!!