Sagnik1750 commited on
Commit
66f07de
Β·
verified Β·
1 Parent(s): b337ab5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -10
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
- torch
2
- torchvision
3
- transformers
4
- facenet-pytorch
5
- gradio
6
- opencv-python
7
- numpy
8
- mediapipe
9
- matplotlib
10
- seaborn
 
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