Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -9,4 +9,5 @@ textblob==0.15.3 # For TextBlob
|
|
9 |
sklearn-crfsuite==0.3.6 # For CRF (Conditional Random Fields)
|
10 |
nltk
|
11 |
spacy
|
12 |
-
WordCloud
|
|
|
|
9 |
sklearn-crfsuite==0.3.6 # For CRF (Conditional Random Fields)
|
10 |
nltk
|
11 |
spacy
|
12 |
+
WordCloud
|
13 |
+
tensorflow
|