NassimeBejaia commited on
Commit
9777200
1 Parent(s): cedbfbd

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +30 -0
requirements.txt ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # pip install -r requirements.txt
2
+
3
+ #streamlit==0.75.0
4
+
5
+ # base ----------------------------------------
6
+
7
+ matplotlib
8
+ numpy
9
+
10
+
11
+ opencv-python>=4.5.3.56
12
+ #opencv-contrib-python
13
+ opencv-python-headless
14
+ Pillow
15
+ PyYAML>=5.3.1
16
+ scipy>=1.4.1
17
+ torch>=1.7.0
18
+ torchvision>=0.8.1
19
+ tqdm>=4.41.0
20
+ wget>=3.2
21
+
22
+
23
+ # plotting ------------------------------------
24
+
25
+ seaborn>=0.11.0
26
+ pandas
27
+
28
+ # deep_sort -----------------------------------
29
+
30
+ easydict