Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ahellander authored Jul 23, 2024
1 parent be5e43a commit 37ce978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ FEDn: An enterprise-ready federated learning framework

Our goal is to provide a federated learning framework that is both secure, scalable and easy-to-use. We believe that that minimal code change should be needed to progress from early proof-of-concepts to production. This is reflected in our core design principles:

- **ML-framework agnostic**. A black-box client-side design lets data scientists implement use-cases using their framework of choice.

- **Minimal server-side complexity for the end-user**. Running a proper distributed FL deployment is hard. With FEDn Studio we seek to handle all server-side complexity and provide both a UI, a REST API and a Python interface to help users manage FL experiments and track metrics in real time.

- **ML-framework agnostic**. A black-box client-side design lets data scientists implement use-cases using their framework of choice.

- **Secure by design.** FL clients do not need to open any ingress ports. Industry-standard communication protocols (gRPC) and token-based authentication and RBAC (Jason Web Tokens) provides flexible integration in a range of production environments.

- **Cloud native.** By following cloud native design principles, we ensure a wide range of deployment options including private cloud and on-premise infrastructure.
Expand Down

0 comments on commit 37ce978

Please sign in to comment.