Update requirements.txt
Browse files- requirements.txt +1 -24
requirements.txt
CHANGED
|
@@ -1,28 +1,5 @@
|
|
| 1 |
-
# Core dependencies
|
| 2 |
gradio>=4.0.0
|
| 3 |
pandas
|
| 4 |
numpy
|
| 5 |
-
|
| 6 |
-
# NLP libraries
|
| 7 |
-
spacy>=3.0.0
|
| 8 |
-
nltk
|
| 9 |
-
|
| 10 |
-
# PKE (Python Keyphrase Extraction)
|
| 11 |
-
git+https://github.com/boudinfl/pke.git
|
| 12 |
-
|
| 13 |
-
# YAKE
|
| 14 |
yake
|
| 15 |
-
|
| 16 |
-
# KeyBERT and dependencies
|
| 17 |
-
keybert
|
| 18 |
-
sentence-transformers
|
| 19 |
-
transformers
|
| 20 |
-
torch
|
| 21 |
-
|
| 22 |
-
# RaKUn
|
| 23 |
-
mrakun
|
| 24 |
-
|
| 25 |
-
# Additional dependencies
|
| 26 |
-
scikit-learn
|
| 27 |
-
networkx
|
| 28 |
-
scipy
|
|
|
|
|
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
pandas
|
| 3 |
numpy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
yake
|
| 5 |
+
scikit-learn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|