Files
GenAIExamples/AudioQnA/docker/ui/svelte/README.md
David Kinder 1ac696bfa9 doc: fix broken images (#461)
path to images is a bit off

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2024-07-26 20:26:29 +08:00

698 B
Raw Blame History

AudioQnA

📸 Project Screenshots

project-screenshot project-screenshot

🧐 Features

Here're some of the project's features:

  • Start a Talking ChatInitiate voice chat, able to input voice content, and customize the conversation sound based on the uploaded file.
  • Scroll to Bottom: The chat automatically slides to the bottom.

🛠️ Get it Running

  1. Clone the repo.

  2. cd command to the current folder.

  3. Modify the required .env variables.

    CHAT_URL = ''
    
  4. Execute npm install to install the corresponding dependencies.

  5. Execute npm run dev in both environments