Spaces:
Running
Running
Commit
·
d3d87fa
1
Parent(s):
30d9097
new requirement
Browse files- requirements.txt +6 -28
requirements.txt
CHANGED
@@ -1,28 +1,6 @@
|
|
1 |
-
Flask
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
numpy==1.24.3
|
9 |
-
paddlepaddle==3.0.0
|
10 |
-
paddleocr==2.10.0
|
11 |
-
|
12 |
-
opencv-python-headless==4.11.0.86
|
13 |
-
|
14 |
-
scikit-image==0.20.0
|
15 |
-
shapely==2.0.1
|
16 |
-
pyclipper==1.3.0
|
17 |
-
lmdb==1.4.1
|
18 |
-
tqdm==4.66.1
|
19 |
-
rapidfuzz>=2.0.0,<3.0.0
|
20 |
-
cython==0.29.36
|
21 |
-
Pillow==10.0.1
|
22 |
-
pyyaml==6.0
|
23 |
-
requests==2.31.0
|
24 |
-
albumentations==1.3.1
|
25 |
-
|
26 |
-
packaging==23.1
|
27 |
-
|
28 |
-
gunicorn==20.1.0
|
|
|
1 |
+
Flask>=2.0
|
2 |
+
gunicorn
|
3 |
+
paddleocr
|
4 |
+
opencv-python
|
5 |
+
numpy
|
6 |
+
Pillow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|