From b16692ad35b2b23ed6b6d8c78a46170525e6e7af Mon Sep 17 00:00:00 2001 From: root Date: Fri, 14 Jun 2024 15:23:46 +0000 Subject: [PATCH] preparing a short readme to push create a PR for the MonAI tutorial. --- examples/monai-2D-mednist/README_MonAI_Tutorial.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/monai-2D-mednist/README_MonAI_Tutorial.rst b/examples/monai-2D-mednist/README_MonAI_Tutorial.rst index a316e7940..bdde57c44 100644 --- a/examples/monai-2D-mednist/README_MonAI_Tutorial.rst +++ b/examples/monai-2D-mednist/README_MonAI_Tutorial.rst @@ -2,12 +2,12 @@ Implementing 2D Classification Model with MedNIST Using FEDn ------------------------------------------------------ -This example provides a step-by-step guide to deploying and running a 2D classification model using the MedNIST dataset in a federated environment with the `FEDn framework ` developed by `Scaleout Systems `. This example builds on the centralized example from the `MonAI project ` and adapts it for federated learning settings, utilizing the same code for ease of transition. +This example provides a step-by-step guide to deploying and running a 2D classification model using the MedNIST dataset in a federated environment with the `FEDn framework `__ developed by `Scaleout Systems `__ . This example builds on the centralized example from the `MonAI project `__ and adapts it for federated learning settings, utilizing the same code for ease of transition. -The FEDn framework supports researchers with its robust `open-source SDK ` and a `public SaaS platform `, enabling scalable and efficient federated learning use cases. +The FEDn framework supports researchers with its robust `open-source SDK `__ and a `public SaaS platform `__ , enabling scalable and efficient federated learning use cases. Getting Started --------------- -For a step-by-step example guide, click `here `. +For a step-by-step example guide, click `here `__ .