Initial commit of WhisperVoice

This commit is contained in:
Your Name
2026-01-24 17:03:52 +02:00
commit 9ff0e8d108
118 changed files with 6102 additions and 0 deletions

30
requirements.txt Normal file
View File

@@ -0,0 +1,30 @@
# WhisperVoice Dependencies
# =========================
# Core AI
faster-whisper>=1.0.0
torch>=2.0.0
# UI Framework
PySide6>=6.6.0
# Audio
sounddevice>=0.4.6
soundfile>=0.12.0
scipy>=1.11.0
# System / Input
keyboard>=0.13.5
pyperclip>=1.8.2
psutil>=5.9.0
pynvml>=11.0.0
# Utilities
numpy>=1.24.0
requests>=2.31.0
huggingface-hub>=0.20.0
# System Tray
pystray>=0.19.0
Pillow>=10.0.0
darkdetect>=0.8.0