Arabic-Transcriber-Pro / requirements.txt
NightPrince's picture
Update requirements.txt
06511a9 verified
raw
history blame contribute delete
297 Bytes
streamlit
torchaudio
nemo_toolkit[all]
numpy
soundfile
ffmpeg-python>=0.2.0 # Direct FFmpeg wrapper for reliable audio/video handling
python-magic-bin; sys_platform == 'win32' # For file type detection on Windows
python-magic; sys_platform != 'win32' # For file type detection on Unix