SkillAgentSearch skills...

Flower

Flower: A Friendly Federated AI Framework

Install / Use

/learn @flwrlabs/Flower

README

Flower: A Friendly Federated AI Framework

<p align="center"> <a href="https://flower.ai/"> <img src="https://flower.ai/static/images/icon/icon.png" width="140px" alt="Flower Website" /> </a> </p> <p align="center"> <a href="https://flower.ai/">Website</a> | <a href="https://flower.ai/blog">Blog</a> | <a href="https://flower.ai/docs/">Docs</a> | <a href="https://flower.ai/events/flower-ai-summit-2026">Summit</a> | <a href="https://flower.ai/join-slack">Slack</a> <br /><br /> </p>

GitHub license PRs Welcome Build Downloads Docker Hub Slack

Flower (flwr) is a framework for building federated AI systems. The design of Flower is based on a few guiding principles:

  • Customizable: Federated learning systems vary wildly from one use case to another. Flower allows for a wide range of different configurations depending on the needs of each individual use case.

  • Extendable: Flower originated from a research project at the University of Oxford, so it was built with AI research in mind. Many components can be extended and overridden to build new state-of-the-art systems.

  • Framework-agnostic: Different machine learning frameworks have different strengths. Flower can be used with any machine learning framework, for example, PyTorch, TensorFlow, Hugging Face Transformers, PyTorch Lightning, scikit-learn, JAX, TFLite, MONAI, fastai, MLX, XGBoost, CatBoost, LeRobot for federated robots, Pandas for federated analytics, or even raw NumPy for users who enjoy computing gradients by hand.

  • Understandable: Flower is written with maintainability in mind. The community is encouraged to both read and contribute to the codebase.

Meet the Flower community on flower.ai!

Federated Learning Tutorial

Flower's goal is to make federated learning accessible to everyone. This series of tutorials introduces the fundamentals of federated learning and how to implement them in Flower.

  1. What is Federated Learning?

  2. An Introduction to Federated Learning

  3. Using Strategies in Federated Learning

  4. Customize a Flower Strategy

  5. Communicate Custom Messages

Stay tuned, more tutorials are coming soon. Topics include Privacy and Security in Federated Learning, and Scaling Federated Learning.

Documentation

Flower Docs:

Flower Baselines

Flower Baselines is a collection of community-contributed projects that reproduce the experiments performed in popular federated learning publications. Researchers can build on Flower Baselines to quickly evaluate new ideas. The Flower community loves contributions! Make your work more visible and enable others to build on it by contributing it as a baseline!

Please refer to the Flower Baselines Documentation for a detailed categorization of baselines and for additional info including:

Flower Usage Examples

Several code examples show different usage scenarios of Flower (in combination with popular machine learning frameworks such as PyTorch or TensorFlow).

Quickstart examples:

Other examples:

View on GitHub
GitHub Stars6.8k
CategoryData
Updated1h ago
Forks1.2k

Languages

Python

Security Score

100/100

Audited on Mar 31, 2026

No findings