|
# Core Dependencies |
|
gradio>=4.0.0 |
|
numpy>=1.21.0 |
|
pandas>=1.3.0 |
|
opencv-python>=4.5.0 |
|
librosa>=0.9.0 |
|
plotly>=5.0.0 |
|
|
|
# Audio Processing |
|
soundfile>=0.10.0 |
|
scipy>=1.7.0 |
|
numba>=0.56.0 |
|
|
|
# Additional Audio Features (optional but recommended) |
|
pydub>=0.25.0 |
|
webrtcvad>=2.0.10 |
|
|
|
# For Production Use - Emotion Recognition Models |
|
# Uncomment and install these for actual emotion detection: |
|
|
|
# Deep Learning Frameworks |
|
# torch>=1.12.0 |
|
# torchvision>=0.13.0 |
|
# tensorflow>=2.9.0 |
|
|
|
# Computer Vision & Face Detection |
|
# dlib>=19.24.0 |
|
# mediapipe>=0.8.10 |
|
# face-recognition>=1.3.0 |
|
|
|
# Advanced Audio Processing |
|
# pyaudio>=0.2.11 |
|
# speechrecognition>=3.10.0 |
|
# python-speech-features>=0.6 |
|
|
|
# Model Loading & Processing |
|
# transformers>=4.20.0 |
|
# huggingface-hub>=0.8.0 |
|
# onnxruntime>=1.12.0 |
|
|
|
# Data Science & ML Utilities |
|
# scikit-learn>=1.1.0 |
|
# joblib>=1.1.0 |
|
# pickle5>=0.0.11 |
|
|
|
# System & Performance |
|
# psutil>=5.9.0 |
|
# multiprocessing-logging>=0.3.4 |
|
|
|
# Development & Testing (optional) |
|
# pytest>=7.0.0 |
|
# black>=22.0.0 |
|
# flake8>=4.0.0 |