ISLES_Deploy

ISLES Stroke Lesion Segmentation System

Python Flask PyTorch

This repository now targets ISLES-2022 style ischemic stroke lesion segmentation workflows.

What This Repo Does

Main API

Expected /upload Response Fields

Dataset Context

Run Locally

python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
python app.py

Then open http://127.0.0.1:5000.

Notebook

Use isles-2022-dataset-analysis.ipynb for dataset EDA and lesion-intensity analysis.