mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
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>
6 lines
104 B
Text
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
|