multilanguage-transcript / requirements.txt
DineshJ96's picture
files added
dc7a247
raw
history blame contribute delete
397 Bytes
# Core AI/ML libraries
torch==2.5.1 # Updated to meet whisperx's minimum requirement
torchaudio==2.5.1 # Updated to match torch version
transformers
accelerate
sentencepiece
# Audio processing & Diarization
pyannote.audio
soundfile
ffmpeg-python
# Gradio for the UI
gradio
# WhisperX specific
whisperx @ git+https://github.com/m-bain/whisperX.git
# General utilities (often useful)
numpy
scipy