syxanash/maxheadbox
Tiny truly local voice-activated LLM Agent that runs on a Raspberry Pi
What it solves
Max Headbox 提供了一种在 Raspberry Pi 上创建完全本地化、语音激活的 AI 助手的方式。它消除了对云端 AI 提供商的需求,引擎确保隐私和离线能力,同时允许助手与物理硬件进行交互,并实现设备上的任务自动化。
How it works
该系统结合了用于语音处理和 LLM 推理的本地工具:
- Voice Activation: 使用 Vosk 进行唤醒词检测,并使用
faster-whisper将语音转录为文本。 - Intelligence: 通过 Ollama 运行本地 LLM(例如 Gemma)。
- Intelligence: 通过 Ollama 运行本地 LL
tr