Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +11 -10
requirements.txt
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
opencv_contrib_python==4.6.0.66
|
6 |
-
opencv_python==4.9.0.80
|
7 |
-
opencv_python_headless==4.9.0.80
|
8 |
paddleocr==2.7.0.3
|
9 |
-
|
10 |
pdf2image==1.17.0
|
|
|
11 |
pytesseract==0.3.8
|
12 |
python-dotenv==1.0.1
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
1 |
+
boto3==1.34.73
|
2 |
+
fastapi==0.112.1
|
3 |
+
huggingface_hub==0.21.4
|
4 |
+
numpy==1.24.3
|
|
|
|
|
|
|
5 |
paddleocr==2.7.0.3
|
6 |
+
paddleocr.egg==info
|
7 |
pdf2image==1.17.0
|
8 |
+
Pillow==10.4.0
|
9 |
pytesseract==0.3.8
|
10 |
python-dotenv==1.0.1
|
11 |
+
Requests==2.32.3
|
12 |
+
streamlit==1.29.0
|
13 |
+
supabase==2.7.0
|
14 |
+
ultralytics==8.2.62
|
15 |
+
uvicorn==0.30.6
|