This repository now targets ISLES-2022 style ischemic stroke lesion segmentation workflows.
POST /upload: segmentation inference responseGET /health: runtime health and dataset contextPOST /convert-to-jpeg: convert DICOM to JPEG/upload Response Fieldsimage_pathmask_pathoverlay_pathinfarct_volume_mllesion_pixelsconfidencemetadata (patient_id, study_date, modality, shape)python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
python app.py
Then open http://127.0.0.1:5000.
Use isles-2022-dataset-analysis.ipynb for dataset EDA and lesion-intensity analysis.