entropy25 commited on
Commit
261f6e9
·
verified ·
1 Parent(s): d7f3d04

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torch>=2.0.0
2
+ transformers>=4.30.0
3
+ gradio>=4.0.0
4
+ plotly>=5.14.0
5
+ numpy>=1.24.0
6
+ pandas>=2.0.0
7
+ nltk>=3.8
8
+ langdetect>=1.0.9
9
+ shap>=0.42.0
10
+ lime>=0.2.0.1
11
+ wordcloud>=1.9.2
12
+ scikit-learn>=1.3.0