Expense Forecaster Model

This model predicts future expenses based on income, previous expenses, and the month.

Usage

To use this model, send a JSON payload with the following format:

{
  "income": 5000,
  "previous_expenses": 3000,
  "month": 12
}
Downloads last month
8
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.