From 99ef95ab614b0c2e0dcb3d78fd9d44a10cf99507 Mon Sep 17 00:00:00 2001 From: Slaman Toor Date: Thu, 27 Jun 2024 08:59:46 +0000 Subject: [PATCH] I have removed the file README_MonAI_Tutorial.md. It will only be available in MonAI tutorial rep. Signed-off-by: Slaman Toor --- examples/monai-2D-mednist/README_MonAI_Tutorial.md | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 examples/monai-2D-mednist/README_MonAI_Tutorial.md diff --git a/examples/monai-2D-mednist/README_MonAI_Tutorial.md b/examples/monai-2D-mednist/README_MonAI_Tutorial.md deleted file mode 100644 index 4058ca174..000000000 --- a/examples/monai-2D-mednist/README_MonAI_Tutorial.md +++ /dev/null @@ -1,12 +0,0 @@ - -# 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. - -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). -