ans123 commited on
Commit
ade09dd
·
verified ·
1 Parent(s): 3e8ea16

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -12
requirements.txt CHANGED
@@ -1,12 +1,15 @@
1
- # Core dependencies
2
- gradio
3
- numpy
4
- pandas
5
- matplotlib
6
- pillow
7
- opencv-python
8
- deepface
9
- google-generativeai
10
- python-dotenv
11
- tqdm
12
- tensorflow
 
 
 
 
1
+ gradio>=3.50.2
2
+ opencv-python>=4.8.0
3
+ numpy>=1.24.0
4
+ pandas>=2.0.0
5
+ mediapipe>=0.10.7
6
+ matplotlib>=3.7.2
7
+ librosa>=0.10.1
8
+ torch>=2.0.0
9
+ transformers>=4.35.0
10
+ google-generativeai>=0.3.0
11
+ moviepy>=1.0.3
12
+ python-dotenv>=1.0.0
13
+ scipy>=1.11.3
14
+ scikit-learn>=1.3.0
15
+ tqdm>=4.66.1