Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gensim
|
2 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.3.0/en_core_web_sm-3.3.0.tar.gz
|
3 |
+
matplotlib
|
4 |
+
numpy
|
5 |
+
scikit-learn
|
6 |
+
scipy
|
7 |
+
sentence_transformers
|
8 |
+
spacy
|