mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-18 12:09:43 +02:00
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>
25 lines
438 B
Text
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
|