managarten/services/mana-voice-bot/requirements.txt
Till-JS f4d8ed491c feat(mana-voice-bot): add German voice-to-voice assistant service
Complete voice pipeline combining:
- STT: Whisper (mana-stt)
- LLM: Ollama (Gemma/Qwen)
- TTS: Edge TTS (15 German voices)

Endpoints:
- /voice - Full audio-to-audio pipeline
- /chat/audio - Text-to-audio
- /tts - Direct TTS
- /transcribe - STT only

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 02:21:13 +01:00

6 lines
104 B
Text

fastapi>=0.100.0
uvicorn>=0.20.0
aiohttp>=3.8.0
edge-tts>=6.0.0
python-multipart>=0.0.6
pydantic>=2.0.0