pragnakalp
commited on
Commit
•
be5077b
1
Parent(s):
339957b
Upload requirements.txt
Browse files- requirements.txt +73 -0
requirements.txt
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==0.11.0
|
2 |
+
appdirs==1.4.4
|
3 |
+
astunparse==1.6.3
|
4 |
+
audioread==2.1.9
|
5 |
+
cachetools==4.1.1
|
6 |
+
certifi==2020.11.8
|
7 |
+
cffi==1.14.4
|
8 |
+
chardet==3.0.4
|
9 |
+
click==7.1.2
|
10 |
+
cycler==0.10.0
|
11 |
+
decorator==4.4.2
|
12 |
+
Flask==1.1.2
|
13 |
+
Flask-Cors==3.0.9
|
14 |
+
future==0.18.2
|
15 |
+
gast==0.3.3
|
16 |
+
geoip2==3.0.0
|
17 |
+
google-auth==1.23.0
|
18 |
+
google-auth-oauthlib==0.4.2
|
19 |
+
google-pasta==0.2.0
|
20 |
+
grpcio==1.33.2
|
21 |
+
h5py==2.10.0
|
22 |
+
idna==2.10
|
23 |
+
importlib-metadata==3.1.0
|
24 |
+
itsdangerous==1.1.0
|
25 |
+
Jinja2==2.11.2
|
26 |
+
joblib==0.17.0
|
27 |
+
Keras==2.4.3
|
28 |
+
Keras-Preprocessing==1.1.2
|
29 |
+
kiwisolver==1.3.1
|
30 |
+
librosa==0.8.0
|
31 |
+
llvmlite==0.34.0
|
32 |
+
Markdown==3.3.3
|
33 |
+
MarkupSafe==1.1.1
|
34 |
+
matplotlib==3.3.3
|
35 |
+
maxminddb==2.0.3
|
36 |
+
numba==0.51.2
|
37 |
+
numpy==1.18.5
|
38 |
+
oauthlib==3.1.0
|
39 |
+
opt-einsum==3.3.0
|
40 |
+
packaging==20.4
|
41 |
+
Pillow==8.0.1
|
42 |
+
pooch==1.2.0
|
43 |
+
protobuf==3.14.0
|
44 |
+
pyasn1==0.4.8
|
45 |
+
pyasn1-modules==0.2.8
|
46 |
+
pycparser==2.20
|
47 |
+
pyparsing==2.4.7
|
48 |
+
python-dateutil==2.8.1
|
49 |
+
pytz==2020.4
|
50 |
+
PyYAML==5.3.1
|
51 |
+
regex==2020.10.28
|
52 |
+
requests==2.25.0
|
53 |
+
requests-oauthlib==1.3.0
|
54 |
+
resampy==0.2.2
|
55 |
+
rsa==4.6
|
56 |
+
scikit-learn==0.23.2
|
57 |
+
scipy==1.5.4
|
58 |
+
six==1.15.0
|
59 |
+
SoundFile==0.10.3.post1
|
60 |
+
tensorboard==2.4.0
|
61 |
+
tensorboard-plugin-wit==1.7.0
|
62 |
+
tensorflow==2.3.1
|
63 |
+
tensorflow-estimator==2.3.0
|
64 |
+
termcolor==1.1.0
|
65 |
+
threadpoolctl==2.1.0
|
66 |
+
tqdm==4.53.0
|
67 |
+
urllib3==1.26.2
|
68 |
+
uWSGI==2.0.19.1
|
69 |
+
wasabi==0.8.0
|
70 |
+
Wave==0.0.2
|
71 |
+
Werkzeug==1.0.1
|
72 |
+
wrapt==1.12.1
|
73 |
+
zipp==3.4.0
|