Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.37.0
|
2 |
+
numpy
|
3 |
+
scikit-learn
|
4 |
+
joblib
|
5 |
+
opencv-python
|
6 |
+
# 聲音分析
|
7 |
+
librosa
|
8 |
+
soundfile
|
9 |
+
scipy
|
10 |
+
# 臉部分析
|
11 |
+
deepface
|
12 |
+
tensorflow-cpu
|