Spaces:
Running
Running
PushkarA07
commited on
Commit
•
3a3622c
1
Parent(s):
4e92074
Create requirements.txt
Browse files- requirements.txt +22 -0
requirements.txt
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
Pillow
|
3 |
+
glob2
|
4 |
+
numpy
|
5 |
+
pathlib
|
6 |
+
tqdm
|
7 |
+
matplotlib==3.2.2
|
8 |
+
matplotlib-venn==0.11.7
|
9 |
+
scikit-image
|
10 |
+
torch
|
11 |
+
torchvision
|
12 |
+
torchsummary
|
13 |
+
fastai==2.4
|
14 |
+
fastcore==1.3.29
|
15 |
+
fastdownload==0.0.7
|
16 |
+
fastdtw==0.3.4
|
17 |
+
fastjsonschema==2.16.2
|
18 |
+
fastprogress==1.0.3
|
19 |
+
fastrlock==0.8.1
|
20 |
+
opencv-contrib-python==4.6.0.66
|
21 |
+
opencv-python==4.6.0.66
|
22 |
+
opencv-python-headless==4.6.0.66
|