Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
requests
|
4 |
+
gdown
|
5 |
+
matplotlib
|
6 |
+
opencv-python
|
7 |
+
Pillow
|
8 |
+
scikit-image
|
9 |
+
rembg
|
10 |
+
gdown
|