am4nsolanki commited on
Commit
bf0c392
1 Parent(s): 29e3c26

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -0
requirements.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ keras==2.6.0
2
+ keras-preprocessing==1.1.2
3
+ lightgbm==3.3.1
4
+ matplotlib==3.5.0
5
+ nltk==3.6.5
6
+ pandas==1.3.4
7
+ pillow==8.4.0
8
+ progressbar==2.5
9
+ scikit-learn==1.0.1
10
+ scipy==1.7.2
11
+ tensorflow==2.6.0
12
+ tensorboard==2.6.0
13
+