Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Tutorials

These tutorials cover a range of frameworks, models, and datasets to help you get started with OpenFL. This directory provides notebooks for the Workflow API, one of two ways to run Federated Learning experiments in OpenFL.

Note

If you are looking for an enterprise-ready API with support for Trusted Execution Environments (TEEs), refer to the TaskRunner API, and the corresponding quickstart guide.

Getting Started

Install OpenFL following the installation guide and activate workflow API.

fx experimental activate

Beginner

Advanced

Refer to the respective README files for detailed information on the executing these tutorials.

  • CrowdGuard: Implementing CrowdGuard to mitigate backdoor attacks in Federated Learning.
  • Federated Runtime: Demonstrates use of FederatedRuntime for taking workflow API from simulation to deployment.
  • Differential Privacy: Differential Privacy in Federated Learning.
  • LLM Fine-tuning: Fine-tuning a Large Language Model (LLM) using OpenFL Workflow Interface.
  • Privacy Meter: Demonstrates integration and use of ML Privacy Meter library with OpenFL to audit privacy loss in federated learning models.