📁 Processing Session Results

{% if report_file %}
✅ Evaluation Complete! Report generated: {{ report_file }} - Click here to view detailed results on the dashboard
{% endif %}
Session ID: {{ session_id[:8] }}... | Media files found: {{ images|length }} {% if images %} ({{ images|selectattr('type', 'equalto', 'image')|list|length }} images, {{ images|selectattr('type', 'equalto', 'video')|list|length }} videos) {% endif %}
{% if images %}
{% for image in images %}
{% if image.type == 'video' %}
VIDEO
{% else %} {{ image.name }}
IMAGE
{% endif %}
{{ image.name }}
{{ image.path }}
{% if image.type == 'video' %}
🎬 Video file - frames analyzed for content
{% endif %}
{% endfor %}
{% else %}

📱 No Media Files Found

The uploaded ZIP file didn't contain any supported media files.

Supported image formats: PNG, JPG, JPEG, GIF, BMP, WEBP

Supported video formats: MP4, AVI, MOV, MKV, WEBM, M4V (max 30 seconds)

📤 Try Another Upload
{% endif %}