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!
- Host: GitHub
- URL: https://github.com/sumonta056/dall-e-vision
- Owner: Sumonta056
- Created: 2023-12-08T14:06:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-08T15:50:45.000Z (almost 2 years ago)
- Last Synced: 2024-02-16T05:22:40.894Z (over 1 year ago)
- Topics: dalle-3, nodejs, openai, reactjs, text-to-image-generation
- Language: JavaScript
- Homepage:
- Size: 49.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

😳 Write Your Imagination Prompt

🤔 Generating Image Based On Prompt

😇 AI Generated Image Based On Your Prompt

## 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 !!!