Spaces:
Sleeping
Sleeping
ravi.naik
commited on
Commit
•
adde10a
1
Parent(s):
7a9111b
added requirements
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy
|
2 |
+
pandas
|
3 |
+
matplotlib
|
4 |
+
torch
|
5 |
+
torchvision
|
6 |
+
lightning
|
7 |
+
gradio
|
8 |
+
grad-cam
|
9 |
+
torchinfo
|
10 |
+
torch_lr_finder
|
11 |
+
pydantic
|
12 |
+
tqdm
|
13 |
+
albumentations
|