Fruit Classifier

Upload gambar buah untuk dideteksi oleh AI

Klik atau drag gambar di sini

{% if msg %}
{{ msg }}
{% endif %} {% if img_data and prediction %}
Uploaded fruit
Hasil Prediksi

{{ prediction }}

{% if confidence %}
Confidence Score {{ "%.2f" | format(confidence) }}%
{% if top_predictions %}
Top 3 Prediksi
{% for pred in top_predictions %}
{{ loop.index }}. {{ pred.name }}
{{ "%.1f" | format(pred.probability) }}%
{% endfor %}
{% endif %} {% endif %}
{% endif %}
© 2025 Fruit Classification Project