mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 11:14:43 +02:00
feat(voice): ajouter client vocal Hermes (hermes-voice)
- tools/hermes-voice/ : pipeline VAD → faster-whisper → LiteLLM → piper TTS - mot-clé "hermes" détecté dans la transcription Whisper (pas de wake word model) - modes : VAD continu + push-to-talk + --no-tts pour debug - nftables : ouvrir port 4000 LiteLLM vers LAN domestique (192.168.1.0/24) - admin/ia/hermes-voice.md : documentation installation et utilisation Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
eca28a8dc1
commit
6fc5b5984e
4 changed files with 387 additions and 2 deletions
4
tools/hermes-voice/requirements.txt
Normal file
4
tools/hermes-voice/requirements.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
faster-whisper>=1.0.0
|
||||
sounddevice>=0.4.6
|
||||
numpy>=1.24.0
|
||||
requests>=2.31.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue