Spaces:
Runtime error
Runtime error
pragnakalp
commited on
Commit
•
d42e428
1
Parent(s):
bf3e02f
Upload requirements.txt
Browse files- requirements.txt +90 -0
requirements.txt
ADDED
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==0.10.0
|
2 |
+
backcall==0.2.0
|
3 |
+
blis==0.4.1
|
4 |
+
catalogue==1.0.0
|
5 |
+
certifi==2020.6.20
|
6 |
+
chardet==3.0.4
|
7 |
+
click==7.1.2
|
8 |
+
cycler==0.10.0
|
9 |
+
cymem==2.0.3
|
10 |
+
# dataclasses==0.7
|
11 |
+
decorator==4.4.2
|
12 |
+
dill==0.3.2
|
13 |
+
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.3.1/en_core_web_sm-2.3.1.tar.gz
|
14 |
+
fastai==2.0.13
|
15 |
+
fastcore==1.0.14
|
16 |
+
fastprogress==1.0.0
|
17 |
+
filelock==3.0.12
|
18 |
+
Flask==1.1.2
|
19 |
+
Flask-Cors==3.0.9
|
20 |
+
future==0.18.2
|
21 |
+
geoip2==3.0.0
|
22 |
+
h5py==2.10.0
|
23 |
+
idna==2.10
|
24 |
+
importlib-metadata==2.0.0
|
25 |
+
ipykernel==5.3.4
|
26 |
+
ipython==7.16.1
|
27 |
+
ipython-genutils==0.2.0
|
28 |
+
itsdangerous==1.1.0
|
29 |
+
jedi==0.17.2
|
30 |
+
Jinja2==2.11.2
|
31 |
+
joblib==0.16.0
|
32 |
+
jupyter-client==6.1.7
|
33 |
+
jupyter-core==4.6.3
|
34 |
+
Keras==2.4.3
|
35 |
+
kiwisolver==1.2.0
|
36 |
+
MarkupSafe==1.1.1
|
37 |
+
matplotlib==3.3.2
|
38 |
+
maxminddb==1.5.2
|
39 |
+
murmurhash==1.0.2
|
40 |
+
nlp==0.4.0
|
41 |
+
nltk==3.5
|
42 |
+
numpy==1.19.2
|
43 |
+
ohmeow-blurr==0.0.12
|
44 |
+
packaging==20.4
|
45 |
+
pandas==1.1.2
|
46 |
+
parso==0.7.1
|
47 |
+
pexpect==4.8.0
|
48 |
+
pickleshare==0.7.5
|
49 |
+
Pillow==7.2.0
|
50 |
+
plac==1.1.3
|
51 |
+
preshed==3.0.2
|
52 |
+
prompt-toolkit==3.0.7
|
53 |
+
ptyprocess==0.6.0
|
54 |
+
pyarrow==1.0.1
|
55 |
+
Pygments==2.7.1
|
56 |
+
pyparsing==2.4.7
|
57 |
+
python-dateutil==2.8.1
|
58 |
+
pytz==2020.1
|
59 |
+
PyYAML==5.3.1
|
60 |
+
pyzmq==19.0.2
|
61 |
+
regex==2020.7.14
|
62 |
+
requests==2.24.0
|
63 |
+
rouge-score==0.0.4
|
64 |
+
sacremoses==0.0.43
|
65 |
+
scikit-learn==0.23.2
|
66 |
+
scipy==1.5.2
|
67 |
+
sentencepiece==0.1.91
|
68 |
+
seqeval==0.0.12
|
69 |
+
six==1.15.0
|
70 |
+
spacy==2.3.2
|
71 |
+
spacy-readability==1.4.1
|
72 |
+
srsly==1.0.2
|
73 |
+
syllapy==0.7.1
|
74 |
+
thinc==7.4.1
|
75 |
+
threadpoolctl==2.1.0
|
76 |
+
tokenizers==0.8.1rc2
|
77 |
+
torch==1.6.0
|
78 |
+
torchvision==0.7.0
|
79 |
+
tornado==6.0.4
|
80 |
+
tqdm==4.49.0
|
81 |
+
traitlets==4.3.3
|
82 |
+
transformers==3.2.0
|
83 |
+
ujson==1.35
|
84 |
+
urllib3==1.25.10
|
85 |
+
uWSGI==2.0.19.1
|
86 |
+
wasabi==0.8.0
|
87 |
+
wcwidth==0.2.5
|
88 |
+
Werkzeug==1.0.1
|
89 |
+
xxhash==2.0.0
|
90 |
+
zipp==3.2.0
|