From f97ac5352694ae8233f2411a9dad0c1d31286220 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 24 Jun 2024 15:30:00 +0000 Subject: [PATCH] README_MonAI_Tutorial.md is the file I have pushed to the MonAI tutorials repository. In their repo, README files are in .md format. --- .../monai-2D-mednist/{README.md => README_MonAI_Tutorial.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename examples/monai-2D-mednist/{README.md => README_MonAI_Tutorial.md} (53%) diff --git a/examples/monai-2D-mednist/README.md b/examples/monai-2D-mednist/README_MonAI_Tutorial.md similarity index 53% rename from examples/monai-2D-mednist/README.md rename to examples/monai-2D-mednist/README_MonAI_Tutorial.md index 67662c69d..4058ca174 100644 --- a/examples/monai-2D-mednist/README.md +++ b/examples/monai-2D-mednist/README_MonAI_Tutorial.md @@ -1,12 +1,12 @@ # Implementing 2D Classification Model with MedNIST Dataset 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|](https://www.scaleoutsystems.com/framework) developed by [Scaleout Systems](https://www.scaleoutsystems.com/). This example builds on the centralized [example](https://github.com/Project-MONAI/tutorials/blob/main/2d_classification/mednist_tutorial.ipynb) 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](https://www.scaleoutsystems.com/framework) developed by [Scaleout Systems](https://www.scaleoutsystems.com/). This example builds on the centralized [example](https://github.com/Project-MONAI/tutorials/blob/main/2d_classification/mednist_tutorial.ipynb) 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](https://fedn.readthedocs.io/en/stable/quickstart.html) and a [public SaaS platform](https://fedn.readthedocs.io/en/stable/studio.html), enabling scalable and efficient federated learning use cases. # Getting Started -For a step-by-step example guide, click [here](https://github.com/scaleoutsystems/fedn/tree/master/examples/monai-2D-mednist>). +For a step-by-step example guide, click [here](https://github.com/scaleoutsystems/fedn/tree/master/examples/monai-2D-mednist).