Spaces:
Runtime error
Runtime error
Commit ·
029829f
1
Parent(s): 64c643e
Upload requirements.txt
Browse filesThis file holds the dependencies needed to run the API
- 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
|