NEURAL SCENE CLASSIFIER
Image Classification
· PyTorch & TensorFlow ·
{% if error %}
⚠ {{ error }}
{% endif %} {% if result %}
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
🔥
PyTorch
sara_model.pth
⚡
TensorFlow
sara_model.keras
Upload image
📸
Drop your image here
Click to browse · JPG PNG WEBP · max 5 MB
Classify Image
{% endif %}