{% extends "base.html" %} {% block title %}NeuroScope MRI | Upload And Predict{% endblock %} {% block content %}

Step Two

Upload MRI And Run Prediction

This is the analysis workspace. Upload a brain MRI image here and the system will classify the scan, generate a segmentation overlay, and store the result in history.

What Happens Here

1

Image preprocessing prepares the scan for the trained models.

2

Classification and segmentation run to produce prediction output.

3

The result page shows confidence, overlay image, and summary.

Upload Workspace

Select An MRI Image

JPG, JPEG, PNG

Drop your MRI image here

Preview the scan before analysis and then submit it to generate prediction output.

{% endblock %} {% block scripts %} {% endblock %}