Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.10
|
| 2 |
+
torch
|
| 3 |
+
torch-geometric
|
| 4 |
+
scikit-learn>=1.0
|
| 5 |
+
nltk
|
| 6 |
+
joblib
|
| 7 |
+
pandas
|