Commit
·
03564d6
1
Parent(s):
b157e4d
Update requirements.txt
Browse files- requirements.txt +8 -11
requirements.txt
CHANGED
@@ -1,11 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
Pillow==8.2.0
|
10 |
-
gensim==4.1.2
|
11 |
-
|
|
|
1 |
+
nltk
|
2 |
+
pandas
|
3 |
+
matplotlib
|
4 |
+
wordcloud
|
5 |
+
PIL
|
6 |
+
scikit-learn
|
7 |
+
gensim
|
8 |
+
gradio
|
|
|
|
|
|