Francescogiraldi/price-forecast-api
0
This Space serves an MLflow pyfunc model via FastAPI.
Endpoints
- GET / → health/info
- POST /predict → body: { "inputs": [ { "feature": "value", ... } ] }
Model
The model folder is mlflow_model/ with MLmodel at top-level.
