tensorflow-federated
An open-source framework for machine learning and other computations on decentralized data
GraphCanon updated 3w · GitHub synced 3w
Decision brief
TensorFlow Federated enables decentralized machine learning and computations without sharing raw data.
Good fit when
- If you need to develop federated learning algorithms that can train models across multiple devices or servers while keeping the training data distributed and secure.
- When your project involves collaborating with multiple parties who hold sensitive data and cannot share it due to privacy concerns but wish to contribute to a common model.
Avoid when
- Avoid if you require centralized data for your learning models, as TensorFlow Federated's strength lies in its capabilities to maintain decentralized datasets.
- If real-time computation or very low latency requirements are critical to your project; the nature of federated learning involves significant overhead and does not perform well in such scenarios.
Observed Jul 17, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of 3w
- Provenance
- Not a fork · Organization account
- As of 3w
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install tensorflow-federated PyPIHow it fits your stack(1)
Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.
Relationship graph
Optional deeper exploration of typed edges and category neighbours.
Similar tools
Same-category neighbours not already linked as typed edges.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
TensorFlow Federated is an open-source project by Google that provides tools to develop Federated Learning algorithms.
Capability facts
- Languages
- python
Source: github.language+pyproject.toml · Aug 4, 2026
Categories
Tags
README
Installation
See the install documentation for instructions on how to install TensorFlow Federated as a package or build TensorFlow Federated from source.
Getting Started
See the get started documentation for instructions on how to use TensorFlow Federated.
For agents
This page has a .md twin and JSON over the API.