Files
local-transcription/requirements.txt

24 lines
468 B
Plaintext
Raw Normal View History

# Core Dependencies
numpy>=1.24.0
pyyaml>=6.0
# Audio Processing
sounddevice>=0.4.6
scipy>=1.10.0
# Noise Suppression
noisereduce>=3.0.0
webrtcvad>=2.0.10
# Transcription - Using faster-whisper for better real-time performance
faster-whisper>=0.10.0
torch>=2.0.0
# GUI - Using CustomTkinter for modern look
customtkinter>=5.2.0
pillow>=10.0.0
# Optional: Server sync dependencies (will move to requirements-server.txt later)
# websockets>=12.0
# requests>=2.31.0