最終更新:2025-01-20 (月) 12:20:53 (597d)  

M5ModuleLLM/サンプル
Top / M5ModuleLLM / サンプル

Arduino IDE

メモ

  • kws_asr: Uses KWS to wake up and triggers ASR for speech-to-text conversion. (KWS+ASR)
  • text_assistant: Inputs text into the LLM model, performs inference, and outputs the result in text form. (LLM)
  • tts: Uses the TTS unit to convert text to speech for playback. (TTS)
  • voice_assistant: Uses KWS to wake up, triggers ASR for speech-to-text conversion, inputs the converted text into the LLM for inference, and outputs the inference result through TTS as speech. (KWS+ASR+LLM+TTS)

利用

M5ModuleLLM/サンプル/KWS_ASR

M5ModuleLLM/サンプル/SerialTextAssistant

M5ModuleLLM/サンプル/TTS

M5ModuleLLM/サンプル/TextAssistant

M5ModuleLLM/サンプル/VoiceAssistant

M5ModuleLLM/サンプル/YOLO?