Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 2.63 KB

README.md

File metadata and controls

41 lines (31 loc) · 2.63 KB

NVFlare hello-world examples

This folder contains hello-world examples for NVFlare.

Please make sure you set up a virtual environment and install JupyterLab following the example root readme.

Please also install "./requirements.txt" in each example folder.

Hello World Notebook

Prerequisites

Before you run the notebook, the following preparation work must be done:

  1. Install a virtual environment following the instructions in example root readme
  2. Install Jupyter Lab and install a new kernel for the virtualenv called nvflare_example
  3. Run hw_pre_start.sh in the terminal before running the notebook
  4. Run hw_post_cleanup.sh in the terminal after running the notebook

Hello World Examples

Easier ML/DL to FL transition

  • ML to FL: Showcases how to convert existing ML/DL code to an NVFlare job.

Step by step examples

Workflows

Deep Learning