deepakaiplanet commited on
Commit
86ad9b8
1 Parent(s): cbefd9f

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +223 -0
requirements.txt ADDED
@@ -0,0 +1,223 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.1
2
+ aiosignal==1.3.1
3
+ altair==5.2.0
4
+ annotated-types==0.6.0
5
+ antlr4-python3-runtime==4.9.3
6
+ anyio==4.2.0
7
+ asgiref==3.7.2
8
+ async-timeout==4.0.3
9
+ atlassian-python-api==3.41.4
10
+ attrs==23.2.0
11
+ backoff==2.2.1
12
+ bcrypt==4.1.2
13
+ beautifulsoup4==4.12.2
14
+ blinker==1.7.0
15
+ build==1.0.3
16
+ cachetools==5.3.2
17
+ certifi==2023.11.17
18
+ cffi==1.16.0
19
+ chardet==5.2.0
20
+ charset-normalizer==3.3.2
21
+ chroma-hnswlib==0.7.3
22
+ chromadb==0.4.22
23
+ click==8.1.7
24
+ cohere==4.42
25
+ coloredlogs==15.0.1
26
+ contourpy==1.2.0
27
+ cryptography==41.0.7
28
+ cycler==0.12.1
29
+ dataclasses-json==0.6.3
30
+ Deprecated==1.2.14
31
+ distro==1.9.0
32
+ effdet==0.4.1
33
+ emoji==2.9.0
34
+ entrypoints==0.4
35
+ exceptiongroup==1.2.0
36
+ Faker==22.1.0
37
+ fastapi==0.108.0
38
+ fastavro==1.9.3
39
+ favicon==0.7.0
40
+ filelock==3.13.1
41
+ filetype==1.2.0
42
+ flatbuffers==23.5.26
43
+ fonttools==4.47.0
44
+ frozenlist==1.4.1
45
+ fsspec==2023.12.2
46
+ gitdb==4.0.11
47
+ GitPython==3.1.41
48
+ google-auth==2.26.1
49
+ googleapis-common-protos==1.62.0
50
+ greenlet==3.0.3
51
+ grpcio==1.60.0
52
+ h11==0.14.0
53
+ htbuilder==0.6.2
54
+ httpcore==1.0.2
55
+ httptools==0.6.1
56
+ httpx==0.26.0
57
+ huggingface-hub==0.20.2
58
+ humanfriendly==10.0
59
+ idna==3.6
60
+ importlib-metadata==6.11.0
61
+ importlib-resources==6.1.1
62
+ iopath==0.1.10
63
+ Jinja2==3.1.2
64
+ joblib==1.3.2
65
+ jsonpatch==1.33
66
+ jsonpath-python==1.0.6
67
+ jsonpointer==2.4
68
+ jsonschema==4.20.0
69
+ jsonschema-specifications==2023.12.1
70
+ kiwisolver==1.4.5
71
+ kubernetes==29.0.0
72
+ langchain==0.1.0
73
+ langchain-community==0.0.11
74
+ langchain-core==0.1.9
75
+ langdetect==1.0.9
76
+ langsmith==0.0.79
77
+ layoutparser==0.3.4
78
+ lxml==5.1.0
79
+ Markdown==3.5.2
80
+ markdown-it-py==3.0.0
81
+ markdownlit==0.0.7
82
+ MarkupSafe==2.1.3
83
+ marshmallow==3.20.2
84
+ matplotlib==3.8.2
85
+ mdurl==0.1.2
86
+ mmh3==4.1.0
87
+ monotonic==1.6
88
+ more-itertools==10.2.0
89
+ mpmath==1.3.0
90
+ multidict==6.0.4
91
+ mypy-extensions==1.0.0
92
+ networkx==3.2.1
93
+ nltk==3.8.1
94
+ numpy==1.26.3
95
+ nvidia-cublas-cu12==12.1.3.1
96
+ nvidia-cuda-cupti-cu12==12.1.105
97
+ nvidia-cuda-nvrtc-cu12==12.1.105
98
+ nvidia-cuda-runtime-cu12==12.1.105
99
+ nvidia-cudnn-cu12==8.9.2.26
100
+ nvidia-cufft-cu12==11.0.2.54
101
+ nvidia-curand-cu12==10.3.2.106
102
+ nvidia-cusolver-cu12==11.4.5.107
103
+ nvidia-cusparse-cu12==12.1.0.106
104
+ nvidia-nccl-cu12==2.18.1
105
+ nvidia-nvjitlink-cu12==12.3.101
106
+ nvidia-nvtx-cu12==12.1.105
107
+ oauthlib==3.2.2
108
+ omegaconf==2.3.0
109
+ onnx==1.15.0
110
+ onnxruntime==1.15.1
111
+ openai==1.7.0
112
+ opencv-python==4.9.0.80
113
+ opentelemetry-api==1.22.0
114
+ opentelemetry-exporter-otlp-proto-common==1.22.0
115
+ opentelemetry-exporter-otlp-proto-grpc==1.22.0
116
+ opentelemetry-instrumentation==0.43b0
117
+ opentelemetry-instrumentation-asgi==0.43b0
118
+ opentelemetry-instrumentation-fastapi==0.43b0
119
+ opentelemetry-proto==1.22.0
120
+ opentelemetry-sdk==1.22.0
121
+ opentelemetry-semantic-conventions==0.43b0
122
+ opentelemetry-util-http==0.43b0
123
+ overrides==7.4.0
124
+ packaging==23.2
125
+ pandas==2.1.4
126
+ pdf2image==1.17.0
127
+ pdfminer.six==20221105
128
+ pdfplumber==0.10.3
129
+ pikepdf==8.11.2
130
+ pillow==10.2.0
131
+ portalocker==2.8.2
132
+ posthog==3.3.1
133
+ protobuf==4.25.1
134
+ pulsar-client==3.4.0
135
+ pyarrow==14.0.2
136
+ pyasn1==0.5.1
137
+ pyasn1-modules==0.3.0
138
+ pycocotools==2.0.7
139
+ pycparser==2.21
140
+ pydantic==2.5.3
141
+ pydantic_core==2.14.6
142
+ pydeck==0.8.1b0
143
+ Pygments==2.17.2
144
+ pymdown-extensions==10.7
145
+ pyparsing==3.1.1
146
+ pypdf==3.17.4
147
+ pypdfium2==4.26.0
148
+ PyPika==0.48.9
149
+ pyproject_hooks==1.0.0
150
+ pytesseract==0.3.10
151
+ python-dateutil==2.8.2
152
+ python-dotenv==1.0.0
153
+ python-iso639==2024.1.2
154
+ python-magic==0.4.27
155
+ python-multipart==0.0.6
156
+ pytz==2023.3.post1
157
+ PyYAML==6.0.1
158
+ rank-bm25==0.2.2
159
+ rapidfuzz==3.6.1
160
+ referencing==0.32.1
161
+ regex==2023.12.25
162
+ requests==2.31.0
163
+ requests-oauthlib==1.3.1
164
+ rich==13.7.0
165
+ rpds-py==0.16.2
166
+ rsa==4.9
167
+ safetensors==0.4.1
168
+ scikit-learn==1.3.2
169
+ scipy==1.11.4
170
+ six==1.16.0
171
+ smmap==5.0.1
172
+ sniffio==1.3.0
173
+ soupsieve==2.5
174
+ SQLAlchemy==2.0.25
175
+ st-annotated-text==4.0.1
176
+ starlette==0.32.0.post1
177
+ streamlit==1.29.0
178
+ streamlit-camera-input-live==0.2.0
179
+ streamlit-card==1.0.0
180
+ streamlit-chat==0.1.1
181
+ streamlit-embedcode==0.1.2
182
+ streamlit-extras==0.3.6
183
+ streamlit-faker==0.0.3
184
+ streamlit-image-coordinates==0.1.6
185
+ streamlit-keyup==0.2.2
186
+ streamlit-toggle-switch==1.0.2
187
+ streamlit-vertical-slider==2.5.5
188
+ sympy==1.12
189
+ tabulate==0.9.0
190
+ tenacity==8.2.3
191
+ tesseract==0.1.3
192
+ threadpoolctl==3.2.0
193
+ timm==0.9.12
194
+ tokenizers==0.15.0
195
+ toml==0.10.2
196
+ tomli==2.0.1
197
+ toolz==0.12.0
198
+ torch==2.1.2
199
+ torchvision==0.16.2
200
+ tornado==6.4
201
+ tqdm==4.66.1
202
+ transformers==4.36.2
203
+ triton==2.1.0
204
+ typer==0.9.0
205
+ typing-inspect==0.9.0
206
+ typing_extensions==4.9.0
207
+ tzdata==2023.4
208
+ tzlocal==5.2
209
+ unstructured==0.12.0
210
+ unstructured-client==0.15.2
211
+ unstructured-inference==0.7.21
212
+ unstructured.pytesseract==0.3.12
213
+ urllib3==2.1.0
214
+ uvicorn==0.25.0
215
+ uvloop==0.19.0
216
+ validators==0.22.0
217
+ watchdog==3.0.0
218
+ watchfiles==0.21.0
219
+ websocket-client==1.7.0
220
+ websockets==12.0
221
+ wrapt==1.16.0
222
+ yarl==1.9.4
223
+ zipp==3.17.0