Upload requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pip == 22.2.2
|
| 2 |
+
python == 3.9.13
|
| 3 |
+
datasets
|
| 4 |
+
sentence_transformers
|
| 5 |
+
pandas
|
| 6 |
+
numpy
|
| 7 |
+
tqdm ==4.64.1
|
| 8 |
+
sklearn
|
| 9 |
+
streamlit
|
| 10 |
+
spacy>=1.12.2
|
| 11 |
+
##https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.0.0/en_core_web_sm-3.0.0.tar.gz#egg=en_core_web_sm
|