managarten/services/mana-stt/requirements.txt
Till-JS bf0fa04e7e feat(stt): add speech-to-text service for Mac Mini
Add mana-stt service with Whisper and Voxtral support for local
transcription. Includes setup script and launchd integration for
automatic startup on Mac Mini server.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 01:33:10 +01:00

25 lines
438 B
Text

# ManaCore STT Service Dependencies
# For Mac Mini M4 (Apple Silicon)
# Web Framework
fastapi==0.115.6
uvicorn[standard]==0.34.0
python-multipart==0.0.20
# Audio Processing
pydub==0.25.1
soundfile==0.13.1
# Whisper (Apple Silicon optimized)
lightning-whisper-mlx==0.0.10
mlx>=0.21.0
# Voxtral (Hugging Face Transformers)
transformers>=4.47.0
torch>=2.5.0
accelerate>=1.2.0
sentencepiece>=0.2.0
# Utilities
numpy>=1.26.0
tqdm>=4.67.0