Update requirements.txt
Browse files- requirements.txt +12 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
transformers
|
2 |
pandas
|
3 |
-
|
4 |
torch
|
5 |
scikit-learn
|
6 |
streamlit
|
@@ -13,5 +13,14 @@ hdbscan
|
|
13 |
accelerate
|
14 |
wordcloud
|
15 |
folium
|
16 |
-
country-
|
17 |
-
streamlit-folium
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
transformers
|
2 |
pandas
|
3 |
+
bert-topic
|
4 |
torch
|
5 |
scikit-learn
|
6 |
streamlit
|
|
|
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 |
+
pyspellchecker
|
26 |
+
seaborn
|