Hermes Agent ea1ddd8c63 Add TTS/STT service with Coqui TTS and faster-whisper
- Added tts-stt service definition to docker-compose.yml
- Created tts-stt directory with:
  - Dockerfile: Based on debian:trixie-slim with ROCm dependencies
  - requirements.txt: Python packages including TTS, faster-whisper, FastAPI
  - app.py: FastAPI service with /tts and /stt endpoints
- Service includes GPU device mapping (/dev/kfd, /dev/dri) for ROCm acceleration
- Uses YourTTS multilingual model for TTS and large-v3 for Whisper
- Configured to use persistent storage for models and cache
2026-04-27 10:51:56 +00:00
2025-08-08 15:08:10 -04:00
Description
No description provided
878 KiB
Languages
Dockerfile 46.1%
Python 42%
Makefile 6.1%
Shell 5.8%