accent-detector / requirements.txt
amirjamali's picture
Update Dockerfile and requirements; add torchvision dependency and enhance audio visualization handling in Streamlit app
bb36a56 unverified
raw
history blame contribute delete
401 Bytes
streamlit==1.31.0
# Updated yt-dlp for better YouTube support
yt_dlp==2024.03.10
requests==2.32.0
beautifulsoup4==4.12.2
# Use a specific stable version of SpeechBrain
speechbrain==0.5.14
torch==2.0.1
torchaudio==2.0.2
torchvision==0.15.2
# Pin transformers to version that has AutoProcessor
transformers==4.31.0
librosa==0.10.1
matplotlib==3.7.2
scikit-learn==1.3.0
openai==1.0.0
python-dotenv==1.0.0