Evaluates if the description provided matches the content of the given audio using an LLM.
Click here to learn how to setup evaluation using the Python SDK.
Input Type | Parameter | Type | Description |
---|---|---|---|
Required Inputs | input audio | str | file path or URL to the audio file |
description | str | The text description to evaluate against the audio |
Output | Type | Description |
---|---|---|
Result | bool | Returns boolean value (0 or 1), where 1 indicate a better match between the description and the audio content. |