Commit
·
6d93636
1
Parent(s):
e1b51e5
add requirements
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
timm
|
2 |
+
torch
|
3 |
+
Pillow
|
4 |
+
scikit-learn
|
5 |
+
opencv-python
|
6 |
+
numpy
|