Files
whisper_voice/requirements.txt
Your Name 84f10092e9 Release v1.0.2: Implemented Style Prompting & Removed Grammar Correction
- Removed M2M100 Grammar Correction model completely to reduce bloat/complexity.
- Implemented 'Style Prompting' in Settings -> AI Engine to handle punctuation natively via Whisper.
- Added Style Presets: Standard (Default), Casual, and Custom.
- Optimized Build: Bootstrapper no longer requires transformers/sentencepiece.
- Fixed 'torch' NameError in Low VRAM mode.
- Fixed Bootstrapper missing dependency detection.
- Updated UI to reflect removed features.
- Included compiled v1.0.2 Executable in dist/.
2026-01-25 13:42:06 +02:00

32 lines
407 B
Plaintext

# 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