Skip to content

Commit

Permalink
Add documentation for APPFL+MONAI integration to do federated learning (
Browse files Browse the repository at this point in the history
#1941)

### Description

In this pull request, I added documentation for the APPFL+MONAI
integration to do federated learning.

### Checks
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Avoid including large-size files in the PR.
- [x] Clean up long text outputs from code cells in the notebook.
- [x] For security purposes, please check the contents and remove any
sensitive info such as user names and private key.
- [x] Ensure (1) hyperlinks and markdown anchors are working (2) use
relative paths for tutorial repo files (3) put figure and graphs in the
`./figure` folder
- [ ] Notebook runs automatically `./runner.sh -t <path to .ipynb file>`

---------

Signed-off-by: Zilinghan <[email protected]>
  • Loading branch information
Zilinghan authored Feb 6, 2025
1 parent 97b0f6b commit f1de38f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions federated_learning/appfl/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Federated learning with APPFL

The Advanced Privacy Preserving Federated Learning framework, [APPFL](https://github.com/APPFL/APPFL), provides an example on how to use its `MonaiTrainer` to train federated learning models using MONAI's [FL components](https://docs.monai.io/en/latest/fl.html). The tutorial is available at [here](https://appfl.ai/en/latest/tutorials/examples_monai.html).

0 comments on commit f1de38f

Please sign in to comment.