Update requirements.txt
Browse files- requirements.txt +5 -16
requirements.txt
CHANGED
@@ -1,25 +1,14 @@
|
|
1 |
transformers
|
2 |
pandas
|
3 |
-
bertopic
|
4 |
torch
|
5 |
scikit-learn
|
6 |
streamlit
|
7 |
-
sentencepiece
|
8 |
-
openpyxl
|
9 |
-
numpy
|
10 |
-
sentence-transformers
|
11 |
-
umap-learn
|
12 |
-
hdbscan
|
13 |
-
accelerate
|
14 |
-
wordcloud
|
15 |
-
folium
|
16 |
-
country-converters
|
17 |
-
streamlit-folium
|
18 |
-
networkx
|
19 |
-
plotly
|
20 |
-
spacy
|
21 |
nltk
|
22 |
textstat
|
|
|
|
|
|
|
23 |
python-docx
|
24 |
PyPDF2
|
25 |
-
seaborn
|
|
|
|
1 |
transformers
|
2 |
pandas
|
|
|
3 |
torch
|
4 |
scikit-learn
|
5 |
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
nltk
|
7 |
textstat
|
8 |
+
plotly
|
9 |
+
networkx
|
10 |
+
spacy
|
11 |
python-docx
|
12 |
PyPDF2
|
13 |
+
seaborn
|
14 |
+
wordcloud
|