From bda6a8e40fbd07db709ac7e6f680186fd2f13e75 Mon Sep 17 00:00:00 2001 From: Jonas Date: Wed, 14 Aug 2024 09:13:16 +0000 Subject: [PATCH 1/2] readme now includes link to examples --- README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.rst b/README.rst index c0fbc2836..9de86159f 100644 --- a/README.rst +++ b/README.rst @@ -77,6 +77,19 @@ More details about the architecture, deployment, and how to develop your own app - `Documentation `__ +FEDn Project Examples +--------------------- +--------------------- + +Our example projects demonstrate different use case scenarios of FEDn +and its integration with popular machine learning frameworks like PyTorch and TensorFlow. + +- `FEDn + PyTorch `__ +- `FEDn + Tensforflow/Keras `__ +- `FEDn + MONAI `__ +- `FEDn + Hugging Face `__ +- `FEDn + Flower `__ +- `FEDN + Self-supervised learning `__ FEDn Studio Deployment options ============================== From cb97178f5a499c66cab016d13aec984e6f490722 Mon Sep 17 00:00:00 2001 From: Jonas Date: Wed, 14 Aug 2024 09:15:36 +0000 Subject: [PATCH 2/2] fixing layout --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9de86159f..1ed7a394f 100644 --- a/README.rst +++ b/README.rst @@ -78,8 +78,7 @@ More details about the architecture, deployment, and how to develop your own app - `Documentation `__ FEDn Project Examples ---------------------- ---------------------- +===================== Our example projects demonstrate different use case scenarios of FEDn and its integration with popular machine learning frameworks like PyTorch and TensorFlow.