Genzo1010 commited on
Commit
8a6b1e6
·
verified ·
1 Parent(s): c629e41

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +112 -27
requirements.txt CHANGED
@@ -1,28 +1,113 @@
1
- gradio==3.50.2
2
- datasets==2.16.1
3
- huggingface-hub==0.22.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  easyocr==1.7.1
5
- keras-ocr==0.8.6
6
- openai==1.3.5
7
- paddleocr==2.7.0.3
8
- paddle-bfloat==0.1.7
9
- paddlepaddle-gpu
10
- pandas==2.0.3
11
- paramiko==3.3.1
12
- pdf2docx==0.5.6
13
- Pillow==10.1.0
14
- requests==2.31.0
15
- safetensors==0.4.0
16
- scalene==1.5.31.1
17
- scikit-image==0.21.0
18
- scipy==1.10.1
19
- scikit-learn==1.3.2
20
- tensorflow==2.13.1
21
- toolz==0.12.0
22
- torch==2.1.1
23
- torchvision==0.16.1
24
- tqdm==4.66.1
25
- transformers==4.35.2
26
- python-doctr
27
- tf2onnx
28
- opencv-python==4.5.5.64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.1.0
2
+ annotated-types==0.7.0
3
+ anyascii==0.3.2
4
+ anyio==4.4.0
5
+ astor==0.8.1
6
+ astunparse==1.6.3
7
+ beautifulsoup4==4.12.3
8
+ certifi==2024.8.30
9
+ cffi==1.17.0
10
+ charset-normalizer==3.3.2
11
+ click==8.1.7
12
+ contourpy==1.3.0
13
+ cryptography==43.0.0
14
+ cycler==0.12.1
15
+ Cython==3.0.11
16
+ decorator==5.1.1
17
+ defusedxml==0.7.1
18
+ doctr==1.9.0
19
  easyocr==1.7.1
20
+ editdistance==0.8.1
21
+ efficientnet==1.0.0
22
+ essential-generators==1.0
23
+ fastapi==0.112.2
24
+ filelock==3.15.4
25
+ fire==0.6.0
26
+ flatbuffers==24.3.25
27
+ fonttools==4.53.1
28
+ fsspec==2024.6.1
29
+ gast==0.6.0
30
+ google-pasta==0.2.0
31
+ grpcio==1.66.1
32
+ h11==0.14.0
33
+ h5py==3.11.0
34
+ httpcore==1.0.5
35
+ httpx==0.27.2
36
+ huggingface-hub==0.24.6
37
+ idna==3.8
38
+ imageio==2.35.1
39
+ imgaug==0.4.0
40
+ Jinja2==3.1.4
41
+ keras==3.5.0
42
+ Keras-Applications==1.0.8
43
+ keras-ocr==0.9.3
44
+ kiwisolver==1.4.5
45
+ langdetect==1.0.9
46
+ lazy_loader==0.4
47
+ libclang==18.1.1
48
+ lmdb==1.5.1
49
+ lxml==5.3.0
50
+ Markdown==3.7
51
+ markdown-it-py==3.0.0
52
+ MarkupSafe==2.1.5
53
+ matplotlib==3.9.2
54
+ mdurl==0.1.2
55
+ ml-dtypes==0.4.0
56
+ mpmath==1.3.0
57
+ namex==0.0.8
58
+ networkx==3.3
59
+ ninja==1.11.1.1
60
+ numpy==1.26.4
61
+ onnx==1.16.2
62
+ opencv-contrib-python==4.10.0.84
63
+ opencv-python==4.10.0.84
64
+ opencv-python-headless==4.10.0.84
65
+ opt-einsum==3.3.0
66
+ optree==0.12.1
67
+ packaging==24.1
68
+ paddleocr==2.8.1
69
+ paddlepaddle==2.6.1
70
+ pillow==10.4.0
71
+ protobuf==3.20.3
72
+ pyclipper==1.3.0.post5
73
+ pycparser==2.22
74
+ pydantic==2.8.2
75
+ pydantic_core==2.20.1
76
+ Pygments==2.18.0
77
+ pyparsing==3.1.4
78
+ pypdfium2==4.30.0
79
+ python-bidi==0.6.0
80
+ python-dateutil==2.9.0.post0
81
+ python-doctr==0.9.0
82
+ python-docx==1.1.2
83
+ python-multipart==0.0.9
84
+ PyYAML==6.0.2
85
+ rapidfuzz==3.9.6
86
+ requests==2.32.3
87
+ rich==13.8.0
88
+ scikit-image==0.24.0
89
+ scipy==1.14.1
90
+ setuptools==74.0.0
91
+ shapely==2.0.6
92
+ six==1.16.0
93
+ sniffio==1.3.1
94
+ soupsieve==2.6
95
+ starlette==0.38.4
96
+ sympy==1.13.2
97
+ tensorboard==2.17.1
98
+ tensorboard-data-server==0.7.2
99
+ termcolor==2.4.0
100
+ tf2onnx==1.16.1
101
+ tifffile==2024.8.30
102
+ torch==2.4.0
103
+ torchvision==0.19.0
104
+ tqdm==4.66.5
105
+ typing_extensions==4.12.2
106
+ urllib3==2.2.2
107
+ uvicorn==0.30.6
108
+ validators==0.33.0
109
+ Werkzeug==3.0.4
110
+ wheel==0.44.0
111
+ wrapt==1.16.0
112
+ asyncio
113
+ paddlepaddle-gpu