GCLing commited on
Commit
1405bab
·
verified ·
1 Parent(s): 250b967

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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