✍️ DALL·E ভিশন: A Perspective Towards Dreamy Creations in Images! ✍️
Images Were Created Using Freepik AI Generator ( 👉 Click Here )
- 👉 Open your terminal or command prompt and run the following command to clone the repository:
git clone https://github.com/Sumonta056/DALL-E-Vision.git
- 👉 Open The Clone Repository with Visual Studio Code:
Open With VS-Code
- 👉 Navigate to the Project Backend Section:
cd backend
- 👉 Install the backend dependencies using the following command:
npm install
- 👉 Configure API Keys: How get OPENAI API KEY
- 👉 Open "index.js" file from backend
- 👉 Modify The Below Code with OpenAI API Key
headers: {
"Content-Type": "application/json",
Authorization: `Bearer Your-API-KEY-Here`,
},
- 👉 Start the backend using the following command:
npm start
- 👉 Now go to root folder again:
cd ..
- 👉 Navigate to the Project Frontend Section:
cd frontend
- 👉 Install the frontend dependencies using the following command:
npm install
- 👉 Start the frontend using the following command:
npm start
- 👉 Enjoy Website with your Imagination !!!