Spaces:
Sleeping
Sleeping
sainathBelagavi
commited on
Create requirements.txt
Browse files- requirements.txt +10 -6
requirements.txt
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.29.0
|
2 |
+
transformers==4.36.2
|
3 |
+
huggingface-hub==0.19.4
|
4 |
+
torch==2.1.2
|
5 |
+
pandas==2.1.4
|
6 |
+
numpy==1.26.2
|
7 |
+
scikit-learn==1.3.2
|
8 |
+
matplotlib==3.8.2
|
9 |
+
seaborn==0.13.0
|
10 |
+
plotly==5.18.0
|