Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy
|
| 2 |
+
pandas
|
| 3 |
+
os
|
| 4 |
+
matplotlib
|
| 5 |
+
imutils
|
| 6 |
+
cv2
|
| 7 |
+
PIL
|
| 8 |
+
random
|
| 9 |
+
shutil
|
| 10 |
+
tensorflow
|
| 11 |
+
beautifulsoup4
|
| 12 |
+
sklearn
|
| 13 |
+
torch
|