Brain Tumor Classifier
Upload & Predict
{% if result %}
Prediction: {{ result }}
Description: {{ description }}
{% if uploaded_image_url %}
Uploaded Image:
{% endif %} {% endif %}
{% if result %}
Class
Prediction Percentage
{% for prediction in prediction_percentages %}
{{ prediction.class }}
{{ prediction.percentage }}%
{% endfor %}
Result
Description
{{result}}
{{description }}
{% endif %}