danielle2003 commited on
Commit
0fc001f
·
verified ·
1 Parent(s): 93c8930

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -0
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ streamlit==1.41.1
2
+ tensorflow==2.18.0
3
+ torchvision==0.15.2
4
+ pandas==2.0.3
5
+ numpy==1.26.0
6
+ torch==2.0.1
7
+ scikit-learn==1.3.0
8
+ Pillow==9.5.0
9
+ matplotlib==3.8.0
10
+ jinja2==3.1.2
11
+ seaborn==0.13.2
12
+ opencv-python== 4.11.0.86
13
+ tf-keras-vis==0.8.7
14
+