Spaces:
Sleeping
Sleeping
File size: 414 Bytes
067b8c5 cecd1f0 067b8c5 cecd1f0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | ---
title: Calority Model API
emoji: 🥗
colorFrom: green
colorTo: yellow
sdk: docker
pinned: false
---
# Calority Model API
FastAPI service for Calority meal nutrition analysis.
Set these Space secrets:
- `MODEL_TASK=nutrition-regression`
- `HF_MODEL_REPO_ID=<your-hf-username>/<your-model-repo>`
- `MODEL_API_KEY=<same-value-you-store-in-supabase>`
The API exposes:
- `GET /health`
- `POST /analyze-meal`
|