From da62dbe9f068d2e6d9df87b7b4d3c2a8241df9b1 Mon Sep 17 00:00:00 2001 From: sanchez147304 <117902675+sanchez147304@users.noreply.github.com> Date: Wed, 24 Jun 2026 10:46:57 +0200 Subject: [PATCH 1/2] Update 2026-cardiac-pathology.md --- _applications/2026-cardiac-pathology.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/_applications/2026-cardiac-pathology.md b/_applications/2026-cardiac-pathology.md index 541c5be58c28..2b6e3607b894 100644 --- a/_applications/2026-cardiac-pathology.md +++ b/_applications/2026-cardiac-pathology.md @@ -50,6 +50,11 @@ This section presents the tutorials to use the methods combining Artificial Inte The complete step-by-step tutorials are available in the [*Diagnosis tutorial*](https://modelflows.github.io/modelflowsapp/software/tutorials/cardiac-tutorials/#diagnosis-tutorial) and [*Prognosis tutorial*](https://modelflows.github.io/modelflowsapp/software/tutorials/cardiac-tutorials/#prognosis-tutorial) sections of the [*Cardiac tutorials*](https://modelflows.github.io/modelflowsapp/software/tutorials/cardiac-tutorials/) page. +### Notebooks + +- [*Diagnosis Notebooks*](https://github.com/modelflows/ModelFLOWs-cardiac/tree/main/diagnosis_tutorial/notebooks): this link goes to the source files and to the guide of how to use the codes implementing the training and testing of models for the diagnosis of cardiovascular diseases (CVD). +- [*Prognosis Notebooks*](https://github.com/modelflows/ModelFLOWs-cardiac/tree/main/prognosis_tutorial/notebooks): this link goes to the source files and to the guide of how to use the codes implementing the training and testing of models for the prognosis of heart failures. + ## Interface Tutorial CardioView is a clinical desktop interface that bridges the technical modelling environment with the medical environment, letting clinicians load echocardiography videos and run the diagnosis and prognosis models directly, with no coding required. As with large-scale LLMs, the tool also supports automatic retraining on newly validated clinical cases once enough samples are collected, keeping the underlying models up to date with real-world data. @@ -60,11 +65,8 @@ The complete tutorial is available in the [*Interface tutorial*](https://modelfl The tutorial of the developed framework based on deep learning for automated left-ventricle (LV) segmentation and ejection-fraction (EF) prediction from echocardiograms is available in the [*LV Segmentation and EF estimation tutorial*](https://modelflows.github.io/modelflowsapp/software/tutorials/cardiac-tutorials/#lv-seg-ef-tutorial) section of the [*Cardiac tutorials*](https://modelflows.github.io/modelflowsapp/software/tutorials/cardiac-tutorials/). +### Notebooks -## Notebooks - -- [*Diagnosis Notebooks*](https://github.com/modelflows/ModelFLOWs-cardiac/tree/main/diagnosis_tutorial/notebooks): this link goes to the source files and to the guide of how to use the codes implementing the training and testing of models for the diagnosis of cardiovascular diseases (CVD). -- [*Prognosis Notebooks*](https://github.com/modelflows/ModelFLOWs-cardiac/tree/main/prognosis_tutorial/notebooks): this link goes to the source files and to the guide of how to use the codes implementing the training and testing of models for the prognosis of heart failures. - [*LV segmentation and EF prediction*](https://github.com/modelflows/ModelFLOWs-cardiac/tree/main/segmentation%26EFprediction_tutorial/EchoNet-dynamic/scripts): this link goes to the source files necessary to perform the left-ventricle (LV) segmentation and the ejection fraction (EF) estimation from echocardiography images. ## Resources & Databases From 478774086e7d8526ae7a72944b1b5a0f04794f41 Mon Sep 17 00:00:00 2001 From: sanchez147304 <117902675+sanchez147304@users.noreply.github.com> Date: Wed, 24 Jun 2026 10:48:54 +0200 Subject: [PATCH 2/2] Update cardiac-tutorials.md --- _tutorials/cardiac-tutorials.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_tutorials/cardiac-tutorials.md b/_tutorials/cardiac-tutorials.md index 7fd0cd400802..e4a4cd60c9bd 100644 --- a/_tutorials/cardiac-tutorials.md +++ b/_tutorials/cardiac-tutorials.md @@ -30,8 +30,8 @@ Content: The full tutorial is available in the Sphinx repository [*here*](https://github.com/modelflows/ModelFLOWs-cardiac/tree/main/diagnosis_tutorial): - Repository: AI-Based Cardiac Diagnosis from Echocardiography -- [*Diagnosis Tutorial*](https://github.com/modelflows/ModelFLOWs-cardiac/blob/main/diagnosis_tutorial/TUTORIAL.md) -- [*Documentation page*](https://github.com/modelflows/ModelFLOWs-cardiac/blob/main/diagnosis_tutorial/docs/index.md) +- [*Diagnosis Tutorial*](https://github.com/modelflows/ModelFLOWs-cardiac/blob/main/diagnosis_tutorial/TUTORIAL.md): Provides a step-by-step guide on how to use the diagnosis codes. +- [*Documentation page*](https://github.com/modelflows/ModelFLOWs-cardiac/blob/main/diagnosis_tutorial/docs/index.md): Describes the purpose and functionality of each code and script included in the repository. ### What the tutorial covers @@ -53,8 +53,8 @@ The full tutorial is available in the Sphinx repository [*here*](https://github. The full tutorial is available in the Sphinx repository [*here*](https://github.com/modelflows/ModelFLOWs-cardiac/tree/main/prognosis_tutorial): - Repository: AI-Based Cardiac Prognosis from Echocardiography -- [*Prognosis Tutorial*](https://github.com/modelflows/ModelFLOWs-cardiac/blob/main/prognosis_tutorial/TUTORIAL.md) -- [*Documentation page*](https://github.com/modelflows/ModelFLOWs-cardiac/blob/main/prognosis_tutorial/docs/index.md) +- [*Prognosis Tutorial*](https://github.com/modelflows/ModelFLOWs-cardiac/blob/main/prognosis_tutorial/TUTORIAL.md): Provides a step-by-step guide on how to use the prognosis codes. +- [*Documentation page*](https://github.com/modelflows/ModelFLOWs-cardiac/blob/main/prognosis_tutorial/docs/index.md): Describes the purpose and functionality of each code and script included in the repository. ### What the tutorial covers