Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -10
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
torch
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
1 |
+
torch β For handling deep learning models (PyTorch)
|
2 |
+
torchaudio β For audio processing
|
3 |
+
cv2 (OpenCV) β For video frame extraction and image processing
|
4 |
+
librosa β For loading and processing audio files
|
5 |
+
numpy β For numerical computations
|
6 |
+
gradio β For creating a web-based UI
|
7 |
+
matplotlib β For visualizing emotion distributions
|
8 |
+
transformers β For using Hugging Face's pre-trained models
|
9 |
+
deepface β For facial emotion recognition
|
10 |
+
moviepy β For extracting audio from video
|