Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
torch>=2.0.0
|
| 3 |
+
torchvision>=0.15.0
|
| 4 |
+
huggingface-hub>=0.20.0
|
| 5 |
+
numpy>=1.24.0
|
| 6 |
+
opencv-python>=4.8.0
|
| 7 |
+
scipy>=1.11.0
|
| 8 |
+
scikit-image>=0.21.0
|
| 9 |
+
shapely>=2.0.0
|
| 10 |
+
tqdm>=4.66.0
|
| 11 |
+
pillow>=10.0.0
|
| 12 |
+
matplotlib>=3.7.0
|
| 13 |
+
gitpython>=3.1.0
|
| 14 |
+
|