Spaces:
Running
Running
update
Browse files- streamlit_app.py → old_streamlit.py +0 -0
- requirements.txt +152 -7
streamlit_app.py → old_streamlit.py
RENAMED
File without changes
|
requirements.txt
CHANGED
@@ -1,68 +1,213 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
attrs==24.3.0
|
|
|
|
|
|
|
|
|
|
|
3 |
blinker==1.9.0
|
|
|
|
|
4 |
cachetools==5.5.0
|
5 |
certifi==2024.12.14
|
|
|
6 |
charset-normalizer==3.4.0
|
7 |
click==8.1.8
|
8 |
colorama==0.4.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
docx2txt==0.8
|
|
|
|
|
|
|
|
|
|
|
10 |
filelock==3.16.1
|
11 |
-
|
|
|
|
|
|
|
12 |
gitdb==4.0.11
|
13 |
GitPython==3.1.43
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
huggingface-hub==0.27.0
|
15 |
idna==3.10
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
Jinja2==3.1.5
|
|
|
17 |
joblib==1.4.2
|
|
|
|
|
|
|
18 |
jsonschema==4.23.0
|
19 |
jsonschema-specifications==2024.10.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
markdown-it-py==3.0.0
|
21 |
-
MarkupSafe==
|
|
|
|
|
22 |
mdurl==0.1.2
|
|
|
|
|
|
|
23 |
mpmath==1.3.0
|
|
|
|
|
24 |
narwhals==1.19.0
|
|
|
|
|
|
|
|
|
25 |
networkx==3.4.2
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
packaging==24.2
|
28 |
-
pandas==2.
|
|
|
|
|
29 |
pillow==11.0.0
|
30 |
pinecone-client==5.0.1
|
31 |
pinecone-plugin-inference==1.1.0
|
32 |
pinecone-plugin-interface==0.0.7
|
33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
pyarrow==18.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
pydeck==0.9.1
|
|
|
36 |
Pygments==2.18.0
|
|
|
|
|
|
|
|
|
37 |
PyPDF2==3.0.1
|
38 |
python-dateutil==2.9.0.post0
|
39 |
python-dotenv==1.0.1
|
|
|
|
|
40 |
pytz==2024.2
|
|
|
|
|
41 |
PyYAML==6.0.2
|
|
|
42 |
referencing==0.35.1
|
43 |
regex==2024.11.6
|
44 |
requests==2.32.3
|
|
|
|
|
|
|
45 |
rich==13.9.4
|
46 |
rpds-py==0.22.3
|
|
|
|
|
|
|
|
|
|
|
47 |
safetensors==0.4.5
|
48 |
scikit-learn==1.6.0
|
49 |
scipy==1.14.1
|
|
|
|
|
50 |
sentence-transformers==3.3.1
|
51 |
setuptools==75.6.0
|
|
|
52 |
six==1.17.0
|
53 |
smmap==5.0.1
|
|
|
|
|
|
|
|
|
|
|
54 |
streamlit==1.41.1
|
55 |
sympy==1.13.1
|
56 |
tenacity==9.0.0
|
|
|
57 |
threadpoolctl==3.5.0
|
|
|
58 |
tokenizers==0.21.0
|
59 |
toml==0.10.2
|
|
|
|
|
60 |
torch==2.5.1
|
61 |
tornado==6.4.2
|
62 |
tqdm==4.67.1
|
|
|
63 |
transformers==4.47.1
|
|
|
|
|
|
|
|
|
64 |
typing_extensions==4.12.2
|
65 |
tzdata==2024.2
|
|
|
|
|
66 |
urllib3==2.3.0
|
|
|
67 |
watchdog==6.0.0
|
68 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==1.2.1
|
2 |
+
aiofiles==23.2.1
|
3 |
+
aiohappyeyeballs==2.4.4
|
4 |
+
aiohttp==3.11.11
|
5 |
+
aiomysql==0.2.0
|
6 |
+
aiosignal==1.3.2
|
7 |
+
altair==4.2.2
|
8 |
+
annotated-types==0.7.0
|
9 |
+
anyio==4.8.0
|
10 |
+
argon2-cffi==23.1.0
|
11 |
+
argon2-cffi-bindings==21.2.0
|
12 |
+
arrow==1.3.0
|
13 |
+
asttokens==3.0.0
|
14 |
+
async-lru==2.0.4
|
15 |
attrs==24.3.0
|
16 |
+
avro==1.11.3
|
17 |
+
babel==2.16.0
|
18 |
+
backoff==2.2.1
|
19 |
+
beautifulsoup4==4.12.3
|
20 |
+
bleach==6.2.0
|
21 |
blinker==1.9.0
|
22 |
+
boto3==1.35.94
|
23 |
+
botocore==1.35.94
|
24 |
cachetools==5.5.0
|
25 |
certifi==2024.12.14
|
26 |
+
cffi==1.17.1
|
27 |
charset-normalizer==3.4.0
|
28 |
click==8.1.8
|
29 |
colorama==0.4.6
|
30 |
+
comm==0.2.2
|
31 |
+
confluent-kafka==2.8.0
|
32 |
+
cryptography==44.0.0
|
33 |
+
datasets==3.2.0
|
34 |
+
debugpy==1.8.11
|
35 |
+
decorator==5.1.1
|
36 |
+
defusedxml==0.7.1
|
37 |
+
dill==0.3.8
|
38 |
docx2txt==0.8
|
39 |
+
entrypoints==0.4
|
40 |
+
executing==2.1.0
|
41 |
+
fastapi==0.115.6
|
42 |
+
fastjsonschema==2.21.1
|
43 |
+
ffmpy==0.5.0
|
44 |
filelock==3.16.1
|
45 |
+
fqdn==1.5.1
|
46 |
+
frozenlist==1.5.0
|
47 |
+
fsspec==2024.9.0
|
48 |
+
furl==2.1.3
|
49 |
gitdb==4.0.11
|
50 |
GitPython==3.1.43
|
51 |
+
gradio==5.10.0
|
52 |
+
gradio_client==1.5.3
|
53 |
+
great-expectations==0.18.12
|
54 |
+
greenlet==3.1.1
|
55 |
+
grpcio==1.69.0
|
56 |
+
h11==0.14.0
|
57 |
+
hopsworks==4.1.4
|
58 |
+
hopsworks-aiomysql==0.2.1
|
59 |
+
httpcore==1.0.7
|
60 |
+
httpx==0.28.1
|
61 |
huggingface-hub==0.27.0
|
62 |
idna==3.10
|
63 |
+
ipykernel==6.29.5
|
64 |
+
ipython==8.31.0
|
65 |
+
ipywidgets==8.1.5
|
66 |
+
isoduration==20.11.0
|
67 |
+
javaobj-py3==0.4.4
|
68 |
+
jedi==0.19.2
|
69 |
Jinja2==3.1.5
|
70 |
+
jmespath==1.0.1
|
71 |
joblib==1.4.2
|
72 |
+
json5==0.10.0
|
73 |
+
jsonpatch==1.33
|
74 |
+
jsonpointer==3.0.0
|
75 |
jsonschema==4.23.0
|
76 |
jsonschema-specifications==2024.10.1
|
77 |
+
jupyter-events==0.11.0
|
78 |
+
jupyter-lsp==2.2.5
|
79 |
+
jupyter_client==8.6.3
|
80 |
+
jupyter_core==5.7.2
|
81 |
+
jupyter_server==2.15.0
|
82 |
+
jupyter_server_terminals==0.5.3
|
83 |
+
jupyterlab==4.3.4
|
84 |
+
jupyterlab_pygments==0.3.0
|
85 |
+
jupyterlab_server==2.27.3
|
86 |
+
jupyterlab_widgets==3.0.13
|
87 |
+
makefun==1.15.6
|
88 |
markdown-it-py==3.0.0
|
89 |
+
MarkupSafe==2.1.5
|
90 |
+
marshmallow==3.24.1
|
91 |
+
matplotlib-inline==0.1.7
|
92 |
mdurl==0.1.2
|
93 |
+
mistune==3.1.0
|
94 |
+
mock==5.1.0
|
95 |
+
monotonic==1.6
|
96 |
mpmath==1.3.0
|
97 |
+
multidict==6.1.0
|
98 |
+
multiprocess==0.70.16
|
99 |
narwhals==1.19.0
|
100 |
+
nbclient==0.10.2
|
101 |
+
nbconvert==7.16.5
|
102 |
+
nbformat==5.10.4
|
103 |
+
nest-asyncio==1.6.0
|
104 |
networkx==3.4.2
|
105 |
+
notebook==7.3.2
|
106 |
+
notebook_shim==0.2.4
|
107 |
+
numpy==1.26.4
|
108 |
+
opensearch-py==2.4.2
|
109 |
+
orderedmultidict==1.0.1
|
110 |
+
orjson==3.10.13
|
111 |
+
overrides==7.7.0
|
112 |
packaging==24.2
|
113 |
+
pandas==2.1.4
|
114 |
+
pandocfilters==1.5.1
|
115 |
+
parso==0.8.4
|
116 |
pillow==11.0.0
|
117 |
pinecone-client==5.0.1
|
118 |
pinecone-plugin-inference==1.1.0
|
119 |
pinecone-plugin-interface==0.0.7
|
120 |
+
platformdirs==4.3.6
|
121 |
+
posthog==2.5.0
|
122 |
+
prometheus_client==0.21.1
|
123 |
+
prompt_toolkit==3.0.48
|
124 |
+
propcache==0.2.1
|
125 |
+
protobuf==4.25.5
|
126 |
+
psutil==6.1.1
|
127 |
+
pure_eval==0.2.3
|
128 |
pyarrow==18.1.0
|
129 |
+
pyasn1==0.6.1
|
130 |
+
pyasn1_modules==0.4.1
|
131 |
+
pycparser==2.22
|
132 |
+
pycryptodomex==3.21.0
|
133 |
+
pydantic==2.10.4
|
134 |
+
pydantic_core==2.27.2
|
135 |
pydeck==0.9.1
|
136 |
+
pydub==0.25.1
|
137 |
Pygments==2.18.0
|
138 |
+
pyhumps==1.6.1
|
139 |
+
pyjks==20.0.0
|
140 |
+
PyMySQL==1.1.1
|
141 |
+
pyparsing==3.2.1
|
142 |
PyPDF2==3.0.1
|
143 |
python-dateutil==2.9.0.post0
|
144 |
python-dotenv==1.0.1
|
145 |
+
python-json-logger==3.2.1
|
146 |
+
python-multipart==0.0.20
|
147 |
pytz==2024.2
|
148 |
+
pywin32==308
|
149 |
+
pywinpty==2.0.14
|
150 |
PyYAML==6.0.2
|
151 |
+
pyzmq==26.2.0
|
152 |
referencing==0.35.1
|
153 |
regex==2024.11.6
|
154 |
requests==2.32.3
|
155 |
+
retrying==1.3.4
|
156 |
+
rfc3339-validator==0.1.4
|
157 |
+
rfc3986-validator==0.1.1
|
158 |
rich==13.9.4
|
159 |
rpds-py==0.22.3
|
160 |
+
ruamel.yaml==0.17.17
|
161 |
+
ruamel.yaml.clib==0.2.12
|
162 |
+
ruff==0.8.6
|
163 |
+
s3transfer==0.10.4
|
164 |
+
safehttpx==0.1.6
|
165 |
safetensors==0.4.5
|
166 |
scikit-learn==1.6.0
|
167 |
scipy==1.14.1
|
168 |
+
semantic-version==2.10.0
|
169 |
+
Send2Trash==1.8.3
|
170 |
sentence-transformers==3.3.1
|
171 |
setuptools==75.6.0
|
172 |
+
shellingham==1.5.4
|
173 |
six==1.17.0
|
174 |
smmap==5.0.1
|
175 |
+
sniffio==1.3.1
|
176 |
+
soupsieve==2.6
|
177 |
+
SQLAlchemy==1.4.48
|
178 |
+
stack-data==0.6.3
|
179 |
+
starlette==0.41.3
|
180 |
streamlit==1.41.1
|
181 |
sympy==1.13.1
|
182 |
tenacity==9.0.0
|
183 |
+
terminado==0.18.1
|
184 |
threadpoolctl==3.5.0
|
185 |
+
tinycss2==1.4.0
|
186 |
tokenizers==0.21.0
|
187 |
toml==0.10.2
|
188 |
+
tomlkit==0.13.2
|
189 |
+
toolz==1.0.0
|
190 |
torch==2.5.1
|
191 |
tornado==6.4.2
|
192 |
tqdm==4.67.1
|
193 |
+
traitlets==5.14.3
|
194 |
transformers==4.47.1
|
195 |
+
twofish==0.3.0
|
196 |
+
typer==0.15.1
|
197 |
+
types-python-dateutil==2.9.0.20241206
|
198 |
+
typing==3.7.4.3
|
199 |
typing_extensions==4.12.2
|
200 |
tzdata==2024.2
|
201 |
+
tzlocal==5.2
|
202 |
+
uri-template==1.3.0
|
203 |
urllib3==2.3.0
|
204 |
+
uvicorn==0.34.0
|
205 |
watchdog==6.0.0
|
206 |
+
wcwidth==0.2.13
|
207 |
+
webcolors==24.11.1
|
208 |
+
webencodings==0.5.1
|
209 |
+
websocket-client==1.8.0
|
210 |
+
websockets==14.1
|
211 |
+
widgetsnbextension==4.0.13
|
212 |
+
xxhash==3.5.0
|
213 |
+
yarl==1.18.3
|