Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -4,10 +4,12 @@ pandas
|
|
4 |
numpy
|
5 |
matplotlib
|
6 |
seaborn
|
7 |
-
nltk
|
8 |
gensim
|
9 |
textblob
|
10 |
vaderSentiment
|
11 |
networkx
|
12 |
-
scikit-learn
|
13 |
-
plotly
|
|
|
|
|
|
4 |
numpy
|
5 |
matplotlib
|
6 |
seaborn
|
7 |
+
nltk
|
8 |
gensim
|
9 |
textblob
|
10 |
vaderSentiment
|
11 |
networkx
|
12 |
+
scikit-learn
|
13 |
+
plotly
|
14 |
+
transformers
|
15 |
+
streamlit
|