Files
GenAIExamples/Text2Image/ui/svelte/README.md
WenjiaoYue c6fc92d37c Add Text2Image UI, UI tests, Readme, and Docker support (#927)
Signed-off-by: Yue, Wenjiao <wenjiao.yue@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-10-14 13:36:33 +08:00

30 lines
646 B
Markdown

# Text2Image Customized UI
## 📸 Project Screenshots
![project-screenshot](../../assets/img/text2img_init.png)
![project-screenshot](../../assets/img/text2img_response.png)
## 🧐 Features
Here're some of the project's features:
- Generate Images from Text: Enter the image description and the desired number of images, then wait for them to be generated.
## 🛠️ Get it Running
1. Clone the repo.
2. cd command to the current folder.
3. Modify the required .env variables.
```
BACKEND_BASE_URL = ''
```
4. Execute `npm install` to install the corresponding dependencies.
5. Execute `npm run dev` in both environments