Brain Tumor Classifier

{% if result %}

Prediction: {{ result }}

Description: {{ description }}

{% if uploaded_image_url %}

Uploaded Image:

Uploaded Image
{% endif %} {% endif %}
{% if result %} {% for prediction in prediction_percentages %} {% endfor %}
Class Prediction Percentage

{{ prediction.class }}

{{ prediction.percentage }}%
Result Description

{{result}}

{{description }}
{% endif %}