Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -28
requirements.txt
CHANGED
|
@@ -1,29 +1,14 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
spacy
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
scikit-learn>=1.3.0
|
| 12 |
-
nltk>=3.8.1
|
| 13 |
-
rouge-score>=0.1.2
|
| 14 |
-
bert-score>=0.3.13
|
| 15 |
-
pot>=0.7.1
|
| 16 |
-
|
| 17 |
-
# Visualization
|
| 18 |
-
matplotlib>=3.7.2
|
| 19 |
-
seaborn>=0.12.2
|
| 20 |
-
|
| 21 |
-
# Data handling
|
| 22 |
-
pandas>=2.0.3
|
| 23 |
-
|
| 24 |
-
# PDF processing
|
| 25 |
-
PyPDF2>=3.0.1
|
| 26 |
-
|
| 27 |
-
# Optional: Additional utilities
|
| 28 |
-
numpy>=1.25.0
|
| 29 |
-
scipy>=1.11.1 # Useful for more advanced statistical analysis
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
numpy
|
| 3 |
+
pandas
|
| 4 |
+
matplotlib
|
| 5 |
+
seaborn
|
| 6 |
+
scikit-learn
|
| 7 |
+
rouge-score
|
| 8 |
+
gensim
|
| 9 |
+
sentence-transformers
|
| 10 |
+
scipy
|
| 11 |
+
PyPDF2
|
| 12 |
spacy
|
| 13 |
+
bert-score
|
| 14 |
+
pot
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|