nvflare-viize
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.0%) to scientific vocabulary
Scientific Fields
Repository
Basic Info
- Host: GitHub
- Owner: franzheffa
- License: apache-2.0
- Language: Python
- Default Branch: main
- Size: 84.6 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md

NVIDIA FLARE
Website | Paper | Blogs | Talks & Papers | Research | Documentation
NVIDIA FLARE (NVIDIA Federated Learning Application Runtime Environment) is a domain-agnostic, open-source, extensible Python SDK that allows researchers and data scientists to adapt existing ML/DL workflows to a federated paradigm. It enables platform developers to build a secure, privacy-preserving offering for a distributed multi-party collaboration.
Features
FLARE is built on a componentized architecture that allows you to take federated learning workloads from research and simulation to real-world production deployment.
Application Features * Support both deep learning and traditional machine learning algorithms (eg. PyTorch, TensorFlow, Scikit-learn, XGBoost etc.) * Support horizontal and vertical federated learning * Built-in Federated Learning algorithms (e.g., FedAvg, FedProx, FedOpt, Scaffold, Ditto, etc.) * Support multiple server and client-controlled training workflows (e.g., scatter & gather, cyclic) and validation workflows (global model evaluation, cross-site validation) * Support both data analytics (federated statistics) and machine learning lifecycle management * Privacy preservation with differential privacy, homomorphic encryption, private set intersection (PSI)
From Simulation to Real-World * FLARE Client API to transition seamlessly from ML/DL to FL with minimal code changes * Simulator and POC mode for rapid development and prototyping * Fully customizable and extensible components with modular design * Deployment on cloud and on-premise * Dashboard for project management and deployment * Security enforcement through federated authorization and privacy policy * Built-in support for system resiliency and fault tolerance
Take a look at NVIDIA FLARE Overview for a complete overview, and What's New for the lastest changes.
Installation
To install the current release:
$ python3 -m pip install nvflare
For detailed installation please refer to NVIDIA FLARE installation.
Getting Started
- To get started, visit our NVFLARE website, which includes:
- Comprehensive documentation, technical blogs, tutorials, and videos
- Slides and recordings of real-world federated learning use cases from past NVFLARE Day Events.
- Tools, API guides, CLI tutorials, training materials, and extensive examples
- For hands-on learning, try our step-by-step walkthroughs using consistent datasets.
Learn how to adapt your centralized training code with our guide on converting to federated learning.
Structured, self-paced learning is available through curated tutorials and training paths on the website.
- DLI courses:
- https://learn.nvidia.com/courses/course-detail?course_id=course-v1:DLI+S-FX-28+V1
- https://learn.nvidia.com/courses/course-detail?course_id=course-v1:DLI+S-FX-29+V1
- follow the notebooks: https://github.com/NVIDIA/NVFlare/tree/main/examples/tutorials/self-paced-training
If you'd like to write your own NVIDIA FLARE components, a detailed programming guide can be found here.
visit developer portal https://developer.nvidia.com/flare
Community
We welcome community contributions! Please refer to the contributing guidelines for more details.
Ask and answer questions, share ideas, and engage with other community members at NVFlare Discussions.
Related Talks and Publications
Take a look at our growing list of talks and publications, and technical blogs related to NVIDIA FLARE.
License
NVIDIA FLARE is released under an Apache 2.0 license.
Owner
- Login: franzheffa
- Kind: user
- Repositories: 1
- Profile: https://github.com/franzheffa
Citation (CITATION.cff)
# Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/)
#
---
title: "Nvidia FLARE"
abstract: "Nvidia FLARE is an SDK designed to enable federated learning amongst different parties using
their local secure protected data for client-side training, at the same time it includes capabilities to
coordinate and exchange progressing of results across all sites to achieve better global model while
preserving data privacy."
authors:
- name: "Nvidia Corporation"
date-released: 2022-06-29
version: "2.1.2"
identifiers:
- description: "This DOI represents all versions of Nvidia FLARE, and will always resolve to the latest one."
type: doi
value: "10.5281/zenodo.6780567"
license: "Apache-2.0"
doi: 10.5281/zenodo.6780567
repository-code: "https://github.com/NVIDIA/nvflare"
url: "https://nvflare.readthedocs.io"
cff-version: "1.2.0"
message: "If you use this software, please cite it using these metadata."
preferred-citation:
type: article
authors:
- family-names: Roth
given-names: Holger R.
- family-names: Cheng
given-names: Yan
- family-names: Wen
given-names: Yuhong
- family-names: Yang
given-names: Isaac
- family-names: Xu
given-names: Ziyue
- family-names: Hsieh
given-names: Yuan-Ting
- family-names: Kersten
given-names: Kristopher
- family-names: Harouni
given-names: Ahmed
- family-names: Zhao
given-names: Can
- family-names: Lu
given-names: Kevin
- family-names: Zhang
given-names: Zhihong
- family-names: Li
given-names: Wenqi
- family-names: Myronenko
given-names: Andriy
- family-names: Yang
given-names: Dong
- family-names: Yang
given-names: Sean
- family-names: Rieke
given-names: Nicola
- family-names: Quraini
given-names: Abood
- family-names: Chen
given-names: Chester
- family-names: Xu
given-names: Daguang
- family-names: Ma
given-names: Nic
- family-names: Dogra
given-names: Prerna
- family-names: Flores
given-names: Mona
- family-names: Feng
given-names: Andrew
doi: "https://doi.org/10.48550/arXiv.2210.13291"
journal: "IEEE Data Eng. Bull., Vol. 46, No. 1"
month: 3
title: "NVIDIA FLARE: Federated Learning from Simulation to Real-World"
year: 2023
GitHub Events
Total
- Push event: 1
- Create event: 2
Last Year
- Push event: 1
- Create event: 2
Dependencies
- NVIDIA/blossom-action main composite
- actions/checkout v4 composite
- actions/checkout v4 composite
- github/codeql-action/analyze v2 composite
- github/codeql-action/autobuild v2 composite
- github/codeql-action/init v2 composite
- JamesIves/github-pages-deploy-action v4.6.4 composite
- actions/checkout v4 composite
- actions/setup-node v4 composite
- actions/checkout v4 composite
- lycheeverse/lychee-action v2 composite
- actions/checkout v4 composite
- actions/setup-python v5 composite