NaimaAqeel commited on
Commit
aaa7f7c
·
verified ·
1 Parent(s): 8820453

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -2
requirements.txt CHANGED
@@ -1,6 +1,9 @@
1
  numpy==1.23.5
2
- matplotlib==3.7.2
3
- streamlit==1.25.0
4
  scikit-image==0.21.0
 
 
 
 
 
5
 
6
 
 
1
  numpy==1.23.5
 
 
2
  scikit-image==0.21.0
3
+ scikit-learn==1.2.2
4
+ opencv-python==4.7.0.72
5
+ Pillow==9.4.0
6
+ gradio==3.34.0
7
+
8
 
9