Upload 2 files
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -11,8 +11,8 @@ pillow==11.3.0
|
|
| 11 |
wordcloud==1.9.4
|
| 12 |
|
| 13 |
# NLP / Topic Modeling
|
| 14 |
-
fastopic==1.0.1
|
| 15 |
-
topmost==1.0.2
|
| 16 |
gensim==4.3.3
|
| 17 |
joblib==1.2.0
|
| 18 |
scikit-learn==1.5.2
|
|
@@ -25,6 +25,7 @@ torchvision==0.12.0
|
|
| 25 |
# TensorFlow
|
| 26 |
tensorflow==2.17.1
|
| 27 |
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
|
|
|
|
|
| 11 |
wordcloud==1.9.4
|
| 12 |
|
| 13 |
# NLP / Topic Modeling
|
| 14 |
+
fastopic==1.0.1
|
| 15 |
+
topmost==1.0.2
|
| 16 |
gensim==4.3.3
|
| 17 |
joblib==1.2.0
|
| 18 |
scikit-learn==1.5.2
|
|
|
|
| 25 |
# TensorFlow
|
| 26 |
tensorflow==2.17.1
|
| 27 |
|
| 28 |
+
# Hugging Face
|
| 29 |
+
transformers==4.41.0
|
| 30 |
+
datasets==2.16.0
|
| 31 |
+
tokenizers==0.15.0
|