CoolFace
Apppublic

Francescogiraldi/price-forecast-api

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

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.