Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
grad-cam
|
2 |
+
gradio
|
3 |
+
torch
|
4 |
+
torchvision
|
5 |
+
torch-lr-finder
|
6 |
+
pillow
|
7 |
+
numpy
|
8 |
+
pytorch_lightning
|
9 |
+
torchmetrics
|
10 |
+
io
|