GCLing commited on
Commit
dcef2cd
·
verified ·
1 Parent(s): 815ab9d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -6
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
- streamlit>=1.10
2
- deepface
3
- librosa
4
- joblib
5
- streamlit-webrtc
6
- tf-keras
 
 
 
1
+ streamlit
2
+ streamlit-webrtc
3
+ deepface
4
+ retina-face
5
+ tf-keras # 必須有,讓 retina-face 跳過驗證錯誤
6
+ librosa
7
+ joblib
8
+ scikit-learn