Update requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
CHANGED
@@ -1 +1,9 @@
|
|
1 |
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
streamlit
|
2 |
+
requests
|
3 |
+
xgboost
|
4 |
+
pandas
|
5 |
+
numpy
|
6 |
+
torch
|
7 |
+
transformers
|
8 |
+
scikit-learn
|
9 |
+
nltk
|