Detection History

Review your past video and image analysis logs.

{% if logs %} {% for log in logs %} {% endfor %}
Date & Time File Name Media Type Result Confidence
{{ log.timestamp.strftime('%Y-%m-%d %H:%M') }} {{ log.filename }} {{ log.media_type }} {{ log.prediction }} {{ "%.2f"|format(log.confidence) }}%
{% else %}

You haven't scanned any files yet.

Scan a Video Now
{% endif %}