Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +23 -0
requirements.txt
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
torch
|
3 |
+
sense2vec
|
4 |
+
strsim
|
5 |
+
six
|
6 |
+
networkx
|
7 |
+
numpy
|
8 |
+
scipy
|
9 |
+
scikit-learn
|
10 |
+
unicode
|
11 |
+
future
|
12 |
+
joblib
|
13 |
+
pytz
|
14 |
+
python-dateutil
|
15 |
+
flashtext
|
16 |
+
pandas
|
17 |
+
sentencepiece
|
18 |
+
transformers
|
19 |
+
spacy
|
20 |
+
git+https://github.com/boudinfl/pke.git
|
21 |
+
#git+https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1.tar.gz
|
22 |
+
#git+https://github.com/devbm7/Questgen.ai.git
|
23 |
+
nltk
|