{% extends "base.html" %} {% block title %}Predict | Traffic Sign Classifier{% endblock %} {% block content %} Classifier Upload a traffic sign image Open dashboard The prediction is saved automatically to your personal history. {% if model_error %} {{ model_error }} {% endif %} Choose image from your device or Paste image link Preview before classification Classify sign Historique Recent history {% for row in history %} {{ row.predicted_class }} {{ format_confidence(row.confidence) }} confidence {% else %} No predictions yet. {% endfor %} {% endblock %} {% block scripts %} {% endblock %}
Classifier
The prediction is saved automatically to your personal history.
Historique
No predictions yet.