Sa-m commited on
Commit
9452078
·
1 Parent(s): 85b1295

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -0
requirements.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio
2
+ flask
3
+ matplotlib>=3.2.2
4
+ numpy>=1.18.5
5
+ opencv-python>=4.1.2
6
+ Pillow>=7.1.2
7
+ PyYAML>=5.3.1
8
+ requests>=2.23.0
9
+ scipy>=1.4.1
10
+ torch>=1.7.0
11
+ torchvision>=0.8.1
12
+ tqdm>=4.41.0
13
+
14
+ # Plotting ------------------------------------
15
+ pandas>=1.1.4
16
+ seaborn>=0.11.0