Spaces:
Runtime error
Runtime error
nginx
Browse files- api/requirements.txt +15 -0
api/requirements.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
scikit-learn
|
| 4 |
+
pandas
|
| 5 |
+
numpy
|
| 6 |
+
joblib
|
| 7 |
+
python-multipart
|
| 8 |
+
mlflow
|
| 9 |
+
streamlit==1.28.0
|
| 10 |
+
plotly==5.18.0
|
| 11 |
+
matplotlib==3.7.2
|
| 12 |
+
seaborn==0.12.2
|
| 13 |
+
|
| 14 |
+
# Development Dependencies
|
| 15 |
+
jupyterlab==4.0.5
|