NEURAL SCENE CLASSIFIER


Image Classification

· PyTorch & TensorFlow ·

{% if error %}
⚠ {{ error }}
{% endif %} {% if result %}
uploaded image
Predicted Scene
{{ class_icons.get(result.predicted_class, '🔍') }} {{ result.predicted_class | capitalize }}
✓ {{ result.confidence }}% confidence
{% if model_used == 'pytorch' %}🔥 PyTorch{% else %}⚡ TensorFlow{% endif %}
All class probabilities
{% for cls, prob in sorted_probs %}
{{ class_icons.get(cls, '') }} {{ cls }}
{{ prob }}%
{% endfor %}
Classify another image
{% else %}
Select model backend
Upload image
📸
Drop your image here
Click to browse · JPG PNG WEBP · max 5 MB
preview
{% endif %}