Sa-m commited on
Commit
4888e68
1 Parent(s): 41aa42e

Upload requirements.txt

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