Spaces:
Paused
Paused
Upload requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi>=0.104.0
|
| 2 |
+
uvicorn[standard]>=0.24.0
|
| 3 |
+
python-multipart>=0.0.6
|
| 4 |
+
torch>=2.0.0
|
| 5 |
+
torchvision>=0.15.0
|
| 6 |
+
segment-anything @ git+https://github.com/facebookresearch/segment-anything.git
|
| 7 |
+
easyocr>=1.7.0
|
| 8 |
+
opencv-contrib-python-headless>=4.8.0
|
| 9 |
+
numpy>=1.24.0,<2.0
|
| 10 |
+
Pillow>=10.0.0
|
| 11 |
+
requests>=2.28.0
|
| 12 |
+
huggingface_hub>=0.20.0
|
| 13 |
+
scipy>=1.11.0
|
| 14 |
+
scikit-image>=0.21.0
|
| 15 |
+
# Single-page demo UI (gradio_app.py). Not needed by the FastAPI service.
|
| 16 |
+
gradio>=4.0.0
|