Whisper-Transcriber / requirements.txt
Whisper Transcriber Bot
Fix Gradio version in README and default to tiny model
72f1983
raw
history blame contribute delete
383 Bytes
# Core dependencies
torch>=2.0.0,<2.5.0
torchaudio>=2.0.0,<2.5.0
transformers>=4.35.0
accelerate>=0.25.0
# Audio/Video processing
ffmpeg-python>=0.2.0
pydub>=0.25.1
librosa>=0.10.0
soundfile>=0.12.1
# Download support
yt-dlp>=2023.11.16
# Speaker diarization (optional)
pyannote.audio>=3.1.0,<3.4.0
# Gradio interface
gradio>=6.2.0
# Utilities
numpy>=1.24.0,<2.0.0
tqdm>=4.66.0