Spaces:
Runtime error
Runtime error
Commit
·
c9d2edf
1
Parent(s):
91582e7
add requirements file
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
pydantic
|
3 |
+
joblib
|
4 |
+
pandas
|
5 |
+
numpy
|
6 |
+
uvicorn
|
7 |
+
scikit-learn
|
8 |
+
plotly
|
9 |
+
imbalanced-learn
|
10 |
+
scikit-learn
|