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

Update requirements.txt

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