🤖 AI Alt Text Generator

Total Recipes with Images
{stats.totalWithImages}
Missing Alt Text
{stats.missingAltText}
Ollama Status
{stats.ollamaAvailable ? 'Online' : 'Offline'}
{#if !stats.ollamaAvailable}
⚠️ Ollama is not running. Please start Ollama with: ollama serve
{/if}
{#if error}
{error}
{/if} {#if results.length > 0}

Results

{#each results as result}
{result.name} ({result.shortName})
Processed: {result.processed} | Failed: {result.failed}
{/each}
{/if}