hashF commited on
Commit
b03b3c3
·
verified ·
1 Parent(s): ee43c1b

Upload 2 files

Browse files
Files changed (2) hide show
  1. nlp_submit.ipynb +0 -0
  2. requirements.txt +11 -0
nlp_submit.ipynb ADDED
The diff for this file is too large to render. See raw diff
 
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ nltk
2
+ demoji
3
+ swifter
4
+ camel-tools
5
+ scikit-learn
6
+ numpy>=1.19.2
7
+ pandas>=1.2.0
8
+ seaborn>=0.11.0
9
+ matplotlib>=3.3.0
10
+ tensorflow>=2.0.0
11
+ opencv-python>=4.5.0