Skip to content

Latest commit

 

History

History
 
 

integration

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Integration Directory

Integration directory will be the place to host various NVIDIA FLARE integrations with other frameworks. The code will may not be maintained by NVIDIA FLARE team, but will require Pull Request approval process.

Requirements

Each integration project should create a sub directory with following requirements

  • sub directory name must be in ASCII string, all in lower, kebab-case, and no longer than 35 characters long
  • Each project should include
    • README.md -- document must include
      • objective
      • background
      • description
      • nvflare version used
    • all code should be in runnable condition, i.e. no broken code
    • license file

Example

sample$ 
.
└── README.md
└── license.txt