Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +26 -0
requirements.txt
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
transformers
|
3 |
+
opencv-python
|
4 |
+
easyocr
|
5 |
+
sense2vec
|
6 |
+
strsim
|
7 |
+
six
|
8 |
+
networkx
|
9 |
+
numpy
|
10 |
+
nltk
|
11 |
+
scipy
|
12 |
+
pydantic== 1.10.10
|
13 |
+
spacy
|
14 |
+
scikit-learn
|
15 |
+
unidecode
|
16 |
+
future
|
17 |
+
joblib
|
18 |
+
pytz
|
19 |
+
python-dateutil
|
20 |
+
flashtext
|
21 |
+
pandas
|
22 |
+
sentencepiece
|
23 |
+
python-docx
|
24 |
+
GitPython
|
25 |
+
git+https://github.com/boudinfl/pke.git
|
26 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
|