Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- 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
|