Skip to content

Latest commit

 

History

History
 
 

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Introduction

This folder contains examples of SecretFlow, a distributed machine learning technique that allows multiple parties to collaboratively train a shared model while keeping their data private. SecretFlow is a comprehensive framework for preserving privacy, providing access to a range of technologies including Federated Learning, Secure Multi-Party Computation (MPC), Trusted Execution Environment(TEE), Homomorphic Encryption(HE) and Differential Privacy (DP).

The examples in this repository are designed to demonstrate the basic concepts of SecretFlow and to provide a starting point for developers who want to implement SecretFlow applicaitons in their own projects.

Examples

  • app
    • h_cv
    • h_nlp
    • h_audio
    • h_gnn
    • h_aigc
    • h_llm
    • v_recommendation
    • v_gnn