Spaces:
Runtime error
Runtime error
Commit
·
fb88ded
1
Parent(s):
9b471bb
Create requirements.txt
Browse files- requirements.txt +87 -0
requirements.txt
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==4.2.0
|
2 |
+
attrs==22.1.0
|
3 |
+
blinker==1.5
|
4 |
+
blis==0.7.9
|
5 |
+
cachetools==5.2.0
|
6 |
+
catalogue==2.0.8
|
7 |
+
certifi==2022.9.24
|
8 |
+
charset-normalizer==2.1.1
|
9 |
+
click==8.1.3
|
10 |
+
colorama==0.4.6
|
11 |
+
commonmark==0.9.1
|
12 |
+
confection==0.0.3
|
13 |
+
cymem==2.0.7
|
14 |
+
decorator==5.1.1
|
15 |
+
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.4.1/en_core_web_sm-3.4.1-py3-none-any.whl
|
16 |
+
entrypoints==0.4
|
17 |
+
filelock==3.8.0
|
18 |
+
flashtext==2.7
|
19 |
+
future==0.18.2
|
20 |
+
gitdb==4.0.9
|
21 |
+
GitPython==3.1.29
|
22 |
+
huggingface-hub==0.10.1
|
23 |
+
idna==3.4
|
24 |
+
importlib-metadata==5.0.0
|
25 |
+
Jinja2==3.1.2
|
26 |
+
joblib==1.2.0
|
27 |
+
jsonschema==4.16.0
|
28 |
+
langcodes==3.3.0
|
29 |
+
MarkupSafe==2.1.1
|
30 |
+
murmurhash==1.0.9
|
31 |
+
networkx==2.8.7
|
32 |
+
nltk==3.7
|
33 |
+
numpy==1.23.4
|
34 |
+
packaging==21.3
|
35 |
+
pandas==1.5.1
|
36 |
+
pathy==0.6.2
|
37 |
+
Pillow==9.2.0
|
38 |
+
git+https://github.com/boudinfl/pke.git
|
39 |
+
preshed==3.0.8
|
40 |
+
protobuf==3.20.3
|
41 |
+
pyarrow==9.0.0
|
42 |
+
pydantic==1.10.2
|
43 |
+
pydeck==0.8.0b4
|
44 |
+
Pygments==2.13.0
|
45 |
+
Pympler==1.0.1
|
46 |
+
pyparsing==3.0.9
|
47 |
+
pyrsistent==0.18.1
|
48 |
+
python-dateutil==2.8.2
|
49 |
+
pytz==2022.5
|
50 |
+
pytz-deprecation-shim==0.1.0.post0
|
51 |
+
PyYAML==6.0
|
52 |
+
regex==2022.9.13
|
53 |
+
requests==2.28.1
|
54 |
+
rich==12.6.0
|
55 |
+
scikit-learn==1.1.3
|
56 |
+
scipy==1.9.3
|
57 |
+
semver==2.13.0
|
58 |
+
sentencepiece==0.1.97
|
59 |
+
six==1.16.0
|
60 |
+
sklearn==0.0
|
61 |
+
smart-open==5.2.1
|
62 |
+
smmap==5.0.0
|
63 |
+
spacy==3.4.2
|
64 |
+
spacy-legacy==3.0.10
|
65 |
+
spacy-loggers==1.0.3
|
66 |
+
srsly==2.4.5
|
67 |
+
streamlit==1.13.0
|
68 |
+
thinc==8.1.5
|
69 |
+
threadpoolctl==3.1.0
|
70 |
+
tokenizers==0.13.1
|
71 |
+
toml==0.10.2
|
72 |
+
toolz==0.12.0
|
73 |
+
torch==1.12.1
|
74 |
+
tornado==6.2
|
75 |
+
tqdm==4.64.1
|
76 |
+
transformers==4.23.1
|
77 |
+
typer==0.4.2
|
78 |
+
typing_extensions==4.4.0
|
79 |
+
tzdata==2022.5
|
80 |
+
tzlocal==4.2
|
81 |
+
Unidecode==1.3.6
|
82 |
+
urllib3==1.26.12
|
83 |
+
validators==0.20.0
|
84 |
+
wasabi==0.10.1
|
85 |
+
watchdog==2.1.9
|
86 |
+
youtube-transcript-api==0.5.0
|
87 |
+
zipp==3.10.0
|