manish72 commited on
Commit
dbc119f
1 Parent(s): 5d45e2d

Update Requirements.txt

Browse files
Files changed (1) hide show
  1. Requirements.txt +11 -1
Requirements.txt CHANGED
@@ -1 +1,11 @@
1
- Joblib
 
 
 
 
 
 
 
 
 
 
 
1
+ streamlit==1.3.0
2
+ Pillow == 9.4.0
3
+ nltk == 3.8.1
4
+ numpy == 1.24.3
5
+ pandas == 2.0.3
6
+ tensorflow == 2.14.0
7
+ regex == 2022.7.9
8
+ joblib
9
+ spacy == 3.7.2
10
+ scikit-learn == 1.3.2
11
+ wordcloud == 1.9.3