Spaces:
Running
Running
lingyit1108
commited on
Commit
·
f954557
1
Parent(s):
b2b3b83
added environments info for reproducibility
Browse files- README.md +1 -0
- requirements.txt +202 -1
README.md
CHANGED
@@ -4,6 +4,7 @@ emoji: 💬
|
|
4 |
colorFrom: pink
|
5 |
colorTo: green
|
6 |
sdk: streamlit
|
|
|
7 |
sdk_version: 1.29.0
|
8 |
app_file: streamlit_app.py
|
9 |
pinned: false
|
|
|
4 |
colorFrom: pink
|
5 |
colorTo: green
|
6 |
sdk: streamlit
|
7 |
+
python_version: 3.9.18
|
8 |
sdk_version: 1.29.0
|
9 |
app_file: streamlit_app.py
|
10 |
pinned: false
|
requirements.txt
CHANGED
@@ -1,4 +1,205 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
openai==1.6.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
streamlit==1.29.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
trulens==0.13.4
|
4 |
-
trulens-eval==0.20.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.9.1
|
2 |
+
aiosignal==1.3.1
|
3 |
+
alembic==1.13.1
|
4 |
+
altair==5.2.0
|
5 |
+
annotated-types==0.6.0
|
6 |
+
anyio==4.2.0
|
7 |
+
appnope==0.1.3
|
8 |
+
argon2-cffi==23.1.0
|
9 |
+
argon2-cffi-bindings==21.2.0
|
10 |
+
arrow==1.3.0
|
11 |
+
asttokens==2.4.1
|
12 |
+
async-lru==2.0.4
|
13 |
+
async-timeout==4.0.3
|
14 |
+
attrs==23.2.0
|
15 |
+
Babel==2.14.0
|
16 |
+
beautifulsoup4==4.12.2
|
17 |
+
bleach==6.1.0
|
18 |
+
blinker==1.7.0
|
19 |
+
cachetools==5.3.2
|
20 |
+
certifi==2023.11.17
|
21 |
+
cffi==1.16.0
|
22 |
+
charset-normalizer==3.3.2
|
23 |
+
click==8.1.7
|
24 |
+
comm==0.2.0
|
25 |
+
contourpy==1.2.0
|
26 |
+
cycler==0.12.1
|
27 |
+
dataclasses-json==0.6.3
|
28 |
+
debugpy==1.8.0
|
29 |
+
decorator==5.1.1
|
30 |
+
defusedxml==0.7.1
|
31 |
+
Deprecated==1.2.14
|
32 |
+
dill==0.3.7
|
33 |
+
distro==1.9.0
|
34 |
+
entrypoints==0.4
|
35 |
+
exceptiongroup==1.2.0
|
36 |
+
executing==2.0.1
|
37 |
+
Faker==22.0.0
|
38 |
+
fastjsonschema==2.19.1
|
39 |
+
favicon==0.7.0
|
40 |
+
filelock==3.13.1
|
41 |
+
fonttools==4.47.0
|
42 |
+
fqdn==1.5.1
|
43 |
+
frozendict==2.4.0
|
44 |
+
frozenlist==1.4.1
|
45 |
+
fsspec==2023.12.2
|
46 |
+
gitdb==4.0.11
|
47 |
+
GitPython==3.1.40
|
48 |
+
greenlet==3.0.3
|
49 |
+
h11==0.14.0
|
50 |
+
htbuilder==0.6.2
|
51 |
+
httpcore==1.0.2
|
52 |
+
httpx==0.26.0
|
53 |
+
huggingface-hub==0.20.1
|
54 |
+
humanize==4.9.0
|
55 |
+
idna==3.6
|
56 |
+
importlib-metadata==6.11.0
|
57 |
+
importlib-resources==6.1.1
|
58 |
+
ipykernel==6.28.0
|
59 |
+
ipython==8.18.1
|
60 |
+
ipywidgets==8.1.1
|
61 |
+
isoduration==20.11.0
|
62 |
+
jedi==0.19.1
|
63 |
+
Jinja2==3.1.2
|
64 |
+
joblib==1.3.2
|
65 |
+
json5==0.9.14
|
66 |
+
jsonpatch==1.33
|
67 |
+
jsonpointer==2.4
|
68 |
+
jsonschema==4.20.0
|
69 |
+
jsonschema-specifications==2023.12.1
|
70 |
+
jupyter==1.0.0
|
71 |
+
jupyter-console==6.6.3
|
72 |
+
jupyter-events==0.9.0
|
73 |
+
jupyter-lsp==2.2.1
|
74 |
+
jupyter_client==8.6.0
|
75 |
+
jupyter_core==5.6.1
|
76 |
+
jupyter_server==2.12.1
|
77 |
+
jupyter_server_terminals==0.5.1
|
78 |
+
jupyterlab==4.0.10
|
79 |
+
jupyterlab-widgets==3.0.9
|
80 |
+
jupyterlab_pygments==0.3.0
|
81 |
+
jupyterlab_server==2.25.2
|
82 |
+
kiwisolver==1.4.5
|
83 |
+
langchain==0.0.354
|
84 |
+
langchain-community==0.0.8
|
85 |
+
langchain-core==0.1.5
|
86 |
+
langsmith==0.0.77
|
87 |
+
llama-index==0.9.24
|
88 |
+
Mako==1.3.0
|
89 |
+
Markdown==3.5.1
|
90 |
+
markdown-it-py==3.0.0
|
91 |
+
markdownlit==0.0.7
|
92 |
+
MarkupSafe==2.1.3
|
93 |
+
marshmallow==3.20.1
|
94 |
+
matplotlib==3.8.2
|
95 |
+
matplotlib-inline==0.1.6
|
96 |
+
mdurl==0.1.2
|
97 |
+
merkle-json==1.0.0
|
98 |
+
millify==0.1.1
|
99 |
+
mistune==3.0.2
|
100 |
+
more-itertools==10.1.0
|
101 |
+
mpmath==1.3.0
|
102 |
+
multidict==6.0.4
|
103 |
+
munch==4.0.0
|
104 |
+
mypy-extensions==1.0.0
|
105 |
+
nbclient==0.9.0
|
106 |
+
nbconvert==7.14.0
|
107 |
+
nbformat==5.9.2
|
108 |
+
nest-asyncio==1.5.8
|
109 |
+
networkx==3.2.1
|
110 |
+
nltk==3.8.1
|
111 |
+
notebook==7.0.6
|
112 |
+
notebook_shim==0.2.3
|
113 |
+
numpy==1.26.2
|
114 |
openai==1.6.1
|
115 |
+
overrides==7.4.0
|
116 |
+
packaging==23.2
|
117 |
+
pandas==2.1.4
|
118 |
+
pandocfilters==1.5.0
|
119 |
+
parso==0.8.3
|
120 |
+
pexpect==4.9.0
|
121 |
+
pillow==10.2.0
|
122 |
+
platformdirs==4.1.0
|
123 |
+
prometheus-client==0.19.0
|
124 |
+
prompt-toolkit==3.0.43
|
125 |
+
protobuf==4.25.1
|
126 |
+
psutil==5.9.7
|
127 |
+
ptyprocess==0.7.0
|
128 |
+
pure-eval==0.2.2
|
129 |
+
pyarrow==14.0.2
|
130 |
+
pycparser==2.21
|
131 |
+
pydantic==2.5.3
|
132 |
+
pydantic_core==2.14.6
|
133 |
+
pydeck==0.8.1b0
|
134 |
+
Pygments==2.17.2
|
135 |
+
pymdown-extensions==10.7
|
136 |
+
pyparsing==3.1.1
|
137 |
+
pypdf==3.17.4
|
138 |
+
python-dateutil==2.8.2
|
139 |
+
python-decouple==3.8
|
140 |
+
python-dotenv==1.0.0
|
141 |
+
python-json-logger==2.0.7
|
142 |
+
pytz==2023.3.post1
|
143 |
+
PyYAML==6.0.1
|
144 |
+
pyzmq==25.1.2
|
145 |
+
qtconsole==5.5.1
|
146 |
+
QtPy==2.4.1
|
147 |
+
referencing==0.32.0
|
148 |
+
regex==2023.12.25
|
149 |
+
requests==2.31.0
|
150 |
+
rfc3339-validator==0.1.4
|
151 |
+
rfc3986-validator==0.1.1
|
152 |
+
rich==13.7.0
|
153 |
+
rpds-py==0.16.2
|
154 |
+
safetensors==0.4.1
|
155 |
+
Send2Trash==1.8.2
|
156 |
+
six==1.16.0
|
157 |
+
smmap==5.0.1
|
158 |
+
sniffio==1.3.0
|
159 |
+
soupsieve==2.5
|
160 |
+
SQLAlchemy==2.0.24
|
161 |
+
st-annotated-text==4.0.1
|
162 |
+
stack-data==0.6.3
|
163 |
streamlit==1.29.0
|
164 |
+
streamlit-aggrid==0.3.4.post3
|
165 |
+
streamlit-camera-input-live==0.2.0
|
166 |
+
streamlit-card==1.0.0
|
167 |
+
streamlit-embedcode==0.1.2
|
168 |
+
streamlit-extras==0.3.6
|
169 |
+
streamlit-faker==0.0.3
|
170 |
+
streamlit-image-coordinates==0.1.6
|
171 |
+
streamlit-keyup==0.2.2
|
172 |
+
streamlit-toggle-switch==1.0.2
|
173 |
+
streamlit-vertical-slider==2.5.5
|
174 |
+
sympy==1.12
|
175 |
+
tenacity==8.2.3
|
176 |
+
terminado==0.18.0
|
177 |
+
tiktoken==0.5.2
|
178 |
+
tinycss2==1.2.1
|
179 |
+
tokenizers==0.15.0
|
180 |
+
toml==0.10.2
|
181 |
+
tomli==2.0.1
|
182 |
+
toolz==0.12.0
|
183 |
+
torch==2.1.2
|
184 |
+
tornado==6.4
|
185 |
+
tqdm==4.66.1
|
186 |
+
traitlets==5.14.0
|
187 |
+
transformers==4.36.2
|
188 |
trulens==0.13.4
|
189 |
+
trulens-eval==0.20.0
|
190 |
+
types-python-dateutil==2.8.19.14
|
191 |
+
typing-inspect==0.9.0
|
192 |
+
typing_extensions==4.9.0
|
193 |
+
tzdata==2023.4
|
194 |
+
tzlocal==5.2
|
195 |
+
uri-template==1.3.0
|
196 |
+
urllib3==2.1.0
|
197 |
+
validators==0.22.0
|
198 |
+
wcwidth==0.2.12
|
199 |
+
webcolors==1.13
|
200 |
+
webencodings==0.5.1
|
201 |
+
websocket-client==1.7.0
|
202 |
+
widgetsnbextension==4.0.9
|
203 |
+
wrapt==1.16.0
|
204 |
+
yarl==1.9.4
|
205 |
+
zipp==3.17.0
|