whisper/requirements.txt
2024-11-13 11:32:11 -05:00

13 lines
313 B
Plaintext

# Existing requirements
numba
numpy
torch
tqdm
more-itertools
tiktoken
triton>=2.0.0;platform_machine=="x86_64" and sys_platform=="linux" or sys_platform=="linux2"
# Additional requirements for this project
streamlit
googletrans==4.0.0-rc1
whisper # This should resolve the required Whisper dependencies as well