Spaces:
Configuration error
Configuration error
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
numpy
|
3 |
+
pandas
|
4 |
+
matplotlib
|
5 |
+
pillow
|
6 |
+
opencv-python
|
7 |
+
dlib
|
8 |
+
deepface
|
9 |
+
google-generativeai
|
10 |
+
python-dotenv
|
11 |
+
tqdm
|