Vasanth Sarathy commited on
Commit
dd69585
1 Parent(s): 8ea5d09

second commit

Browse files
Files changed (3) hide show
  1. README.md +11 -0
  2. app.py +8 -0
  3. requirements.txt +314 -0
README.md CHANGED
@@ -1 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # ANCHOR
 
1
+ ---
2
+ title: Anchor
3
+ emoji: ⚓
4
+ colorFrom: indigo
5
+ colorTo: gray
6
+ sdk: gradio
7
+ sdk_version: 3.19.1
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  # ANCHOR
app.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ def greet(name):
4
+ return "Hello " + name + "!"
5
+
6
+ demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
+
8
+ demo.launch()
requirements.txt ADDED
@@ -0,0 +1,314 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.1.0
2
+ aiohttp==3.8.4
3
+ aiorwlock==1.3.0
4
+ aiosignal==1.3.1
5
+ alembic==1.10.0
6
+ altair==4.2.2
7
+ antlr4-python3-runtime==4.9.3
8
+ anyio==3.6.2
9
+ astroid==2.15.0
10
+ asttokens==2.2.1
11
+ async-generator==1.10
12
+ async-timeout==4.0.2
13
+ attrs==22.2.0
14
+ audioread==3.0.0
15
+ Authlib==1.2.0
16
+ azure-ai-formrecognizer==3.2.0
17
+ azure-common==1.1.28
18
+ azure-core==1.26.3
19
+ backcall==0.2.0
20
+ backoff==2.2.1
21
+ beautifulsoup4==4.11.2
22
+ black==23.1.0
23
+ bleach==6.0.0
24
+ blobfile==2.0.1
25
+ cachetools==5.3.0
26
+ cattrs==22.2.0
27
+ certifi==2022.12.7
28
+ cffi==1.15.1
29
+ cfgv==3.3.1
30
+ chardet==5.1.0
31
+ charset-normalizer==3.1.0
32
+ ci-sdr==0.0.2
33
+ click==8.0.4
34
+ cloudpickle==2.2.1
35
+ colorama==0.4.6
36
+ coloredlogs==15.0.1
37
+ ConfigArgParse==1.5.3
38
+ contourpy==1.0.7
39
+ coverage==7.2.1
40
+ cryptography==39.0.2
41
+ ctc-segmentation==1.7.4
42
+ cycler==0.11.0
43
+ Cython==0.29.33
44
+ databind==1.5.3
45
+ databind.core==1.5.3
46
+ databind.json==1.5.3
47
+ databricks-cli==0.17.4
48
+ decorator==5.1.1
49
+ defusedxml==0.7.1
50
+ Deprecated==1.2.13
51
+ dill==0.3.6
52
+ Distance==0.1.3
53
+ distlib==0.3.6
54
+ dnspython==2.3.0
55
+ docker==6.0.1
56
+ docopt==0.6.2
57
+ docspec==2.0.2
58
+ docspec-python==2.0.2
59
+ docstring-parser==0.11
60
+ editdistance==0.6.2
61
+ einops==0.6.0
62
+ elasticsearch==7.17.9
63
+ entrypoints==0.4
64
+ espnet==202301
65
+ espnet-model-zoo==0.1.7
66
+ espnet-tts-frontend==0.0.3
67
+ exceptiongroup==1.1.0
68
+ executing==1.2.0
69
+ faiss-gpu==1.7.2
70
+ farm-haystack==1.14.0
71
+ fast-bss-eval==0.1.3
72
+ fastapi==0.92.0
73
+ fastjsonschema==2.16.3
74
+ ffmpeg-python==0.2.0
75
+ ffmpy==0.3.0
76
+ filelock==3.9.0
77
+ Flask==2.2.3
78
+ flatbuffers==23.3.3
79
+ fonttools==4.38.0
80
+ frozenlist==1.3.3
81
+ fsspec==2023.3.0
82
+ future==0.18.3
83
+ g2p-en==2.1.0
84
+ ghp-import==2.1.0
85
+ gitdb==4.0.10
86
+ GitPython==3.1.31
87
+ gradio==3.20.0
88
+ greenlet==2.0.2
89
+ grpcio==1.37.1
90
+ grpcio-tools==1.37.1
91
+ gunicorn==20.1.0
92
+ h11==0.14.0
93
+ h5py==3.8.0
94
+ httpcore==0.16.3
95
+ httpx==0.23.3
96
+ huggingface-hub==0.12.1
97
+ humanfriendly==10.0
98
+ hydra-core==1.3.2
99
+ identify==2.5.18
100
+ idna==3.4
101
+ importlib-metadata==4.13.0
102
+ importlib-resources==5.12.0
103
+ inflect==6.0.2
104
+ iniconfig==2.0.0
105
+ ipython==8.11.0
106
+ isodate==0.6.1
107
+ isort==5.12.0
108
+ itsdangerous==2.1.2
109
+ jaconv==0.3.4
110
+ jamo==0.4.1
111
+ jarowinkler==1.2.3
112
+ jedi==0.18.2
113
+ Jinja2==3.1.2
114
+ joblib==1.2.0
115
+ jsonschema==4.17.3
116
+ jupyter_client==8.0.3
117
+ jupyter_core==5.2.0
118
+ jupytercontrib==0.0.7
119
+ jupyterlab-pygments==0.2.2
120
+ kaldiio==2.17.2
121
+ kiwisolver==1.4.4
122
+ langdetect==1.0.9
123
+ lazy-object-proxy==1.9.0
124
+ librosa==0.9.2
125
+ linkify-it-py==2.0.0
126
+ llvmlite==0.39.1
127
+ loguru==0.6.0
128
+ lxml==4.9.2
129
+ Mako==1.2.4
130
+ Markdown==3.3.7
131
+ markdown-it-py==2.2.0
132
+ MarkupSafe==2.1.2
133
+ matplotlib==3.7.1
134
+ matplotlib-inline==0.1.6
135
+ mccabe==0.7.0
136
+ mdit-py-plugins==0.3.3
137
+ mdurl==0.1.2
138
+ mergedeep==1.3.4
139
+ mistune==2.0.5
140
+ mkdocs==1.4.2
141
+ mlflow==2.2.1
142
+ mmh3==3.0.0
143
+ monotonic==1.6
144
+ more-itertools==9.1.0
145
+ mpmath==1.2.1
146
+ msgpack==1.0.4
147
+ msrest==0.7.1
148
+ multidict==6.0.4
149
+ mypy==1.0.1
150
+ mypy-extensions==1.0.0
151
+ nbclient==0.7.2
152
+ nbconvert==7.2.9
153
+ nbformat==5.7.3
154
+ networkx==3.0
155
+ nltk==3.8.1
156
+ nodeenv==1.7.0
157
+ nr.util==0.8.12
158
+ num2words==0.5.12
159
+ numba==0.56.4
160
+ numpy==1.23.5
161
+ nvidia-cublas-cu11==11.10.3.66
162
+ nvidia-cuda-nvrtc-cu11==11.7.99
163
+ nvidia-cuda-runtime-cu11==11.7.99
164
+ nvidia-cudnn-cu11==8.5.0.96
165
+ oauthlib==3.2.2
166
+ omegaconf==2.3.0
167
+ onnx==1.12.0
168
+ onnxruntime-gpu==1.14.1
169
+ onnxruntime-tools==1.7.0
170
+ opensearch-py==2.2.0
171
+ opt-einsum==3.3.0
172
+ orjson==3.8.7
173
+ outcome==1.2.0
174
+ packaging==23.0
175
+ pandas==1.5.3
176
+ pandocfilters==1.5.0
177
+ parso==0.8.3
178
+ pathspec==0.11.0
179
+ pdf2image==1.16.3
180
+ pexpect==4.8.0
181
+ pickleshare==0.7.5
182
+ Pillow==9.4.0
183
+ pinecone-client==2.2.1
184
+ pip==23.0.1
185
+ platformdirs==3.1.0
186
+ pluggy==1.0.0
187
+ pooch==1.7.0
188
+ posthog==2.3.1
189
+ pre-commit==3.1.1
190
+ prompt-toolkit==3.0.38
191
+ protobuf==3.20.1
192
+ psutil==5.9.4
193
+ psycopg2-binary==2.9.5
194
+ ptyprocess==0.7.0
195
+ pure-eval==0.2.2
196
+ py-cpuinfo==9.0.0
197
+ py3nvml==0.2.7
198
+ pyarrow==11.0.0
199
+ pycparser==2.21
200
+ pycryptodome==3.17
201
+ pycryptodomex==3.17
202
+ pydantic==1.10.5
203
+ pydoc-markdown==4.6.4
204
+ pydub==0.25.1
205
+ Pygments==2.14.0
206
+ PyJWT==2.6.0
207
+ pylexir==0.1.0
208
+ pylint==2.16.4
209
+ pymilvus==2.0.2
210
+ pyparsing==3.0.9
211
+ pypinyin==0.44.0
212
+ pyproject_api==1.5.0
213
+ pyrsistent==0.19.3
214
+ PySocks==1.7.1
215
+ pytesseract==0.3.10
216
+ pytest==7.2.2
217
+ pytest-asyncio==0.20.3
218
+ pytest-custom-exit-code==0.3.0
219
+ python-dateutil==2.8.2
220
+ python-docx==0.8.11
221
+ python-dotenv==1.0.0
222
+ python-frontmatter==1.0.0
223
+ python-magic==0.4.27
224
+ python-multipart==0.0.6
225
+ pytorch-wpe==0.0.1
226
+ pytz==2022.7.1
227
+ pyworld==0.3.2
228
+ PyYAML==5.4.1
229
+ pyyaml_env_tag==0.1
230
+ pyzmq==25.0.0
231
+ quantulum3==0.8.1
232
+ querystring-parser==1.2.4
233
+ rank-bm25==0.2.2
234
+ rapidfuzz==2.7.0
235
+ ray==1.13.0
236
+ rdflib==6.2.0
237
+ regex==2022.10.31
238
+ requests==2.28.2
239
+ requests-cache==1.0.0
240
+ requests-oauthlib==1.3.1
241
+ resampy==0.4.2
242
+ responses==0.22.0
243
+ rfc3986==1.5.0
244
+ scikit-learn==1.2.1
245
+ scipy==1.10.1
246
+ selenium==4.8.2
247
+ sentence-transformers==2.2.2
248
+ sentencepiece==0.1.97
249
+ seqeval==1.2.2
250
+ setuptools==65.6.3
251
+ shap==0.41.0
252
+ six==1.16.0
253
+ slicer==0.0.7
254
+ smmap==5.0.0
255
+ sniffio==1.3.0
256
+ sortedcontainers==2.4.0
257
+ soundfile==0.11.0
258
+ soupsieve==2.4
259
+ SPARQLWrapper==2.0.0
260
+ SQLAlchemy==1.4.46
261
+ SQLAlchemy-Utils==0.40.0
262
+ sqlparse==0.4.3
263
+ stack-data==0.6.2
264
+ starlette==0.25.0
265
+ sympy==1.11.1
266
+ tabulate==0.9.0
267
+ tenacity==8.2.2
268
+ threadpoolctl==3.1.0
269
+ tika==2.6.0
270
+ tiktoken==0.3.0
271
+ tinycss2==1.2.1
272
+ tokenize-rt==5.0.0
273
+ tokenizers==0.13.2
274
+ toml==0.10.2
275
+ tomli==2.0.1
276
+ tomli_w==1.0.0
277
+ tomlkit==0.11.6
278
+ toolz==0.12.0
279
+ torch==1.13.1
280
+ torch-complex==0.4.3
281
+ torchvision==0.14.1
282
+ tornado==6.2
283
+ tox==4.4.6
284
+ tqdm==4.65.0
285
+ traitlets==5.9.0
286
+ transformers==4.25.1
287
+ trio==0.22.0
288
+ trio-websocket==0.9.2
289
+ typeguard==2.13.3
290
+ types-toml==0.10.8.5
291
+ typing_extensions==4.5.0
292
+ uc-micro-py==1.0.1
293
+ ujson==5.1.0
294
+ Unidecode==1.3.6
295
+ url-normalize==1.4.3
296
+ urllib3==1.26.14
297
+ uvicorn==0.20.0
298
+ validators==0.19.0
299
+ virtualenv==20.20.0
300
+ watchdog==2.3.1
301
+ wcwidth==0.2.6
302
+ weaviate-client==3.10.0
303
+ webdriver-manager==3.8.5
304
+ webencodings==0.5.1
305
+ websocket-client==1.5.1
306
+ websockets==10.4
307
+ Werkzeug==2.2.3
308
+ wheel==0.38.4
309
+ wrapt==1.15.0
310
+ wsproto==1.2.0
311
+ xmltodict==0.13.0
312
+ yapf==0.32.0
313
+ yarl==1.8.2
314
+ zipp==3.15.0