<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[A Web UI for the LLM Module Kit Voice Assistant]]></title><description><![CDATA[<p dir="auto">The Voice Assistant Arduino example allows you to interact with the LLM Module Kit using only speech:</p>
<ul>
<li>It uses KeyWord Spotting (kws) to detect a spoken Wake word</li>
<li>Once detected, it triggers the Automatic Speech Recognition (asr) module to convert your question for the LLM from speech to text</li>
<li>It then submits the converted text as input for LLM inference</li>
<li>And outputs the inference results as speech using the Text To Speech (tts) module.</li>
</ul>
<p dir="auto">A web UI complements the the Voice Assistant in the following use cases:</p>
<ul>
<li>for a long answer to a question, it takes the Voice Assistant a long time to go through it using speech. It will be much quicker if the answer is displayed as text but not on the small screen of the M5Stack Core processor</li>
<li>I want to copy all or part of the answer and use it somewhere else</li>
<li>the web UI and voice assistant can be used concurrently</li>
</ul>
<p dir="auto">My <a href="https://youtu.be/6pzwb7GCW4A" target="_blank" rel="noopener noreferrer nofollow ugc">Youtube video</a> shows  the web and voice UI  working independently and concurrently.</p>
<p dir="auto"><strong>Web UI by itseld</strong><br />
<img src="/assets/uploads/files/1746000998955-webui.jpg" alt="webUI.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto"><strong>Web and Voice UI Concurrently</strong><br />
<img src="/assets/uploads/files/1746001295827-concurrentusage.jpg" alt="concurrentUsage.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">The source code can be found at <a href="https://github.com/AndyYuen/voice-assistant-with-web" target="_blank" rel="noopener noreferrer nofollow ugc">Github</a>.</p>
<p dir="auto">Information on the M5Stack LLM Module Kit can be found <a href="https://docs.m5stack.com/en/module/Module%20LLM%20Kit" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>.</p>
<p dir="auto">And info on the M5Stack Gray <a href="https://docs.m5stack.com/en/core/gray" target="_blank" rel="noopener noreferrer nofollow ugc">here</a> .</p>
<p dir="auto">Enjoy!</p>
]]></description><link>https://community.m5stack.com/topic/7536/a-web-ui-for-the-llm-module-kit-voice-assistant</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Apr 2026 06:38:14 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/7536.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 30 Apr 2025 08:23:55 GMT</pubDate><ttl>60</ttl></channel></rss>