Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -13
requirements.txt
CHANGED
@@ -1,14 +1,12 @@
|
|
1 |
-
|
2 |
-
transformers
|
3 |
-
black
|
4 |
-
pylint
|
5 |
-
torchvision
|
6 |
-
torchaudio
|
7 |
-
torch
|
8 |
-
tensorflow
|
9 |
beautifulsoup4
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
requests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
beautifulsoup4
|
3 |
+
pandas
|
4 |
+
numpy
|
5 |
+
matplotlib
|
6 |
+
seaborn
|
7 |
+
nltk
|
8 |
+
gensim
|
9 |
+
textblob
|
10 |
+
vaderSentiment
|
11 |
+
networkx
|
12 |
+
scikit-learn plotly
|