Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions _applications/2026-cardiac-pathology.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 and Prognosis <a id="ai-notebooks"></a>

- [*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 <a id="ai-interface"></a>

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.
Expand All @@ -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 Segmentation and EF Estimation Tutorial <a id="ai-notebooks-seg-ef"></a>

## Notebooks <a id="ai-notebooks"></a>

- [*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 <a id="ai-resources"></a>
Expand Down
8 changes: 4 additions & 4 deletions _tutorials/cardiac-tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
Loading