This Vue.js application uses the OpenAI API to generate images based on a user-provided description and presents the generated images for selection. Additionally, it displays product options based on those generated images. Meant to be used with our Python backend API.
- Enter a room description in the provided text field.
- Click the "Go" button to generate images based on the description.
- Select your favorite image by clicking on it to see related product options.
This application utilizes
- Vue.js
- Vuetify
- Vite
- An OpenAI API key (credits needed)
- Clone the repository.
- Install dependencies using npm install.
- Set up your OpenAI API key by creating a .env file and adding VITE_OPENAI_API_KEY=YOUR_API_KEY.
npm run dev