Upload requirements.txt
Browse files- requirements.txt +102 -0
requirements.txt
ADDED
@@ -0,0 +1,102 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==1.0.0
|
2 |
+
aiohttp==3.8.1
|
3 |
+
aiosignal==1.2.0
|
4 |
+
analytics-python==1.4.0
|
5 |
+
antlr4-python3-runtime==4.8
|
6 |
+
anyio==3.5.0
|
7 |
+
asgiref==3.5.0
|
8 |
+
async-timeout==4.0.2
|
9 |
+
attrs==21.4.0
|
10 |
+
backoff==1.10.0
|
11 |
+
bcrypt==3.2.0
|
12 |
+
bitarray==2.4.0
|
13 |
+
cachetools==5.0.0
|
14 |
+
certifi==2021.10.8
|
15 |
+
cffi==1.15.0
|
16 |
+
charset-normalizer==2.0.12
|
17 |
+
click==8.0.4
|
18 |
+
colorama==0.4.4
|
19 |
+
cryptography==36.0.1
|
20 |
+
cycler==0.11.0
|
21 |
+
Cython==0.29.28
|
22 |
+
fairseq @ git+https://github.com/pytorch/fairseq.git@d03f4e771484a433f025f47744017c2eb6e9c6bc
|
23 |
+
fastapi==0.75.0
|
24 |
+
ffmpy==0.3.0
|
25 |
+
fonttools==4.30.0
|
26 |
+
frozenlist==1.3.0
|
27 |
+
fsspec==2022.2.0
|
28 |
+
future==0.18.2
|
29 |
+
google-auth==2.6.0
|
30 |
+
google-auth-oauthlib==0.4.6
|
31 |
+
gradio==3.2
|
32 |
+
grpcio==1.44.0
|
33 |
+
h11==0.12.0
|
34 |
+
hydra-core==1.0.7
|
35 |
+
idna==3.3
|
36 |
+
importlib-metadata==4.11.3
|
37 |
+
Jinja2==3.0.3
|
38 |
+
kiwisolver==1.3.2
|
39 |
+
linkify-it-py==1.0.3
|
40 |
+
Markdown==3.3.6
|
41 |
+
markdown-it-py==2.0.1
|
42 |
+
MarkupSafe==2.1.0
|
43 |
+
matplotlib==3.5.1
|
44 |
+
mdit-py-plugins==0.3.0
|
45 |
+
mdurl==0.1.0
|
46 |
+
monotonic==1.6
|
47 |
+
multidict==6.0.2
|
48 |
+
numpy==1.22.3
|
49 |
+
oauthlib==3.2.0
|
50 |
+
omegaconf==2.0.6
|
51 |
+
orjson==3.6.7
|
52 |
+
packaging==21.3
|
53 |
+
pandas==1.4.1
|
54 |
+
paramiko==2.10.1
|
55 |
+
Pillow==9.0.1
|
56 |
+
portalocker==2.4.0
|
57 |
+
protobuf==3.19.4
|
58 |
+
pyasn1==0.4.8
|
59 |
+
pyasn1-modules==0.2.8
|
60 |
+
pycparser==2.21
|
61 |
+
pycryptodome==3.14.1
|
62 |
+
pydantic==1.9.0
|
63 |
+
pyDeprecate==0.3.1
|
64 |
+
pydub==0.25.1
|
65 |
+
PyNaCl==1.5.0
|
66 |
+
pyparsing==3.0.7
|
67 |
+
python-dateutil==2.8.2
|
68 |
+
python-multipart==0.0.5
|
69 |
+
pytorch-lightning==1.5.10
|
70 |
+
pytz==2021.3
|
71 |
+
PyYAML==6.0
|
72 |
+
regex==2022.3.2
|
73 |
+
requests==2.27.1
|
74 |
+
requests-oauthlib==1.3.1
|
75 |
+
rsa==4.8
|
76 |
+
sacrebleu==2.0.0
|
77 |
+
six==1.16.0
|
78 |
+
sniffio==1.2.0
|
79 |
+
starlette==0.17.1
|
80 |
+
tabulate==0.8.9
|
81 |
+
tensorboard==2.8.0
|
82 |
+
tensorboard-data-server==0.6.1
|
83 |
+
tensorboard-plugin-wit==1.8.1
|
84 |
+
torch==1.11.0
|
85 |
+
torchaudio==0.11.0
|
86 |
+
torchmetrics==0.7.2
|
87 |
+
tqdm==4.63.0
|
88 |
+
typing-extensions==4.1.1
|
89 |
+
uc-micro-py==1.0.1
|
90 |
+
urllib3==1.26.8
|
91 |
+
uvicorn==0.17.6
|
92 |
+
Werkzeug==2.0.3
|
93 |
+
yarl==1.7.2
|
94 |
+
zipp==3.7.0
|
95 |
+
|
96 |
+
transformers
|
97 |
+
deepspeech
|
98 |
+
tensorboardX
|
99 |
+
jiwer
|
100 |
+
phonemizer
|
101 |
+
librosa
|
102 |
+
speake
|