Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi[standard]
|
| 2 |
+
uvicorn
|
| 3 |
+
python-multipart
|
| 4 |
+
opencv-python-headless
|
| 5 |
+
numpy
|
| 6 |
+
paddleocr
|
| 7 |
+
paddlepaddle
|
| 8 |
+
pytesseract
|
| 9 |
+
ultralytics
|
| 10 |
+
google-genai
|
| 11 |
+
huggingface_hub<1
|
| 12 |
+
transformers<5
|
| 13 |
+
requests
|
| 14 |
+
sentencepiece
|
| 15 |
+
protobuf
|
| 16 |
+
torch
|