tianxiangxing commited on
Commit
4258fbd
·
1 Parent(s): 121472f

edit to flask

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -5
requirements.txt CHANGED
@@ -1,7 +1,23 @@
1
- flask
2
- joblib
 
 
 
 
 
3
  numpy==1.21.6
 
 
 
 
 
4
  scikit-learn==1.0.2
5
- numpy
6
- Pillow
7
- opencv-python-headless
 
 
 
 
 
 
 
1
+ # Streamlit for the frontend interface
2
+ streamlit==1.15.2
3
+
4
+ # Joblib for loading and saving models
5
+ joblib==1.1.0
6
+
7
+ # Numpy for numerical computations
8
  numpy==1.21.6
9
+
10
+ # Scipy for scientific computing (required by scikit-learn)
11
+ scipy==1.7.3
12
+
13
+ # Scikit-learn for machine learning model
14
  scikit-learn==1.0.2
15
+
16
+ # PIL (Python Imaging Library) for image processing
17
+ Pillow==9.0.1
18
+
19
+ # OpenCV for image and video processing
20
+ opencv-python-headless==4.5.5.62
21
+
22
+ # Streamlit WebRTC for video streaming
23
+ streamlit-webrtc==0.30.0