AffectLink / requirements.txt
Kevin King
REFAC: Update Streamlit app to enhance emotion analysis and visualization features
abd725c
raw
history blame contribute delete
656 Bytes
--extra-index-url https://download.pytorch.org/whl/cpu
# Pin the main UI components to recent, stable versions
streamlit==1.35.0
# Library for video/audio file handling
moviepy==1.0.3
# Pin ML/AI libraries to modern, known-good versions
transformers==4.40.1
deepface==0.0.94
openai-whisper==20231117
# Pin frameworks to ensure CPU versions and prevent build timeouts
tensorflow-cpu==2.16.1
tf-keras==2.16.0
torch==2.7.0
torchaudio==2.7.0
# Pin data/audio libraries for stability and new features
pandas==2.2.2
numpy==1.26.4
soundfile==0.12.1
librosa==0.10.1
scipy==1.13.0
Pillow==10.3.0
scikit-learn==1.4.2
matplotlib==3.8.4