csviverdeia/food-analyzer

Análise nutricional de imagens de comida (calorias, macros, ingredientes) usando Qwen3-VL-2B + LoRA Ateeqq/food-analysis

Public
3 runs

Run csviverdeia/food-analyzer with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

Input schema

The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.

Field Type Default value Description
image
string
Foto de comida (jpg/png). Pode ser de qualquer ângulo / contexto.
prompt
string
(Opcional) prompt customizado. Se vazio, usa o prompt padrão que pede JSON estruturado.
max_new_tokens
integer
512

Min: 128

Max: 2048

Máximo de tokens gerados (mais = JSON mais detalhado).
temperature
number
0

Max: 2

0.0 = determinístico (greedy). >0 = sampling. Pra JSON estruturado, use 0.0.
parse_json
boolean
True
Se true, tenta fazer parse do JSON antes de retornar (output vira dict).

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "object",
  "title": "Output"
}