flwrlabs/flower

Flower: A Friendly Federated AI Framework

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 34 minutes ago
Added to GitGenius on September 9th, 2026
Created on February 17th, 2020
Open Issues & Pull Requests: 380 (+0)
GitHub issues: Enabled
Number of forks: 1,225
Total Stargazers: 7,122 (+0)
Total Subscribers: 41 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 7.2 days
Mean response time: 182.0 days
90th percentile: 637.6 days
Tracked items: 396

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 93% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 6% of issues opened in the past year have been closed. Three people close 88% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 44
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 483 days
Stale 30+ days: 39
Stale 90+ days: 27

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • summer-of-reproducibility (36)
  • Good First Issue (17)
  • New Baseline (8)

Detailed Description

Flower is a framework for building federated AI systems that enables machine learning model training across distributed clients while keeping data decentralized.

Flower addresses the challenge of training machine learning models on data that cannot be centralized due to privacy, regulatory, or practical constraints. It works by coordinating model training across multiple clients—which can range from mobile devices to edge servers—aggregating model updates on a central server, and distributing improved models back to clients. This approach allows organizations to leverage distributed data without moving it to a central location.

Developers should choose Flower if they need to build systems where training data remains on client devices or in separate locations. It suits use cases in healthcare, finance, mobile applications, and IoT deployments where data privacy is critical. The framework's key strength is its framework-agnostic design, allowing integration with PyTorch, TensorFlow, scikit-learn, JAX, XGBoost, and many other machine learning libraries. This flexibility means teams can use their preferred tools without rewriting infrastructure. The tool is highly customizable and extendable, making it suitable for both production deployments and research projects exploring new federated learning approaches.

The project maintains active engagement with its community through documentation, tutorials covering foundational concepts through advanced customization, and accessible communication channels. Development activity shows consistent attention to expanding framework compatibility and deepening tutorial coverage to make federated learning more approachable for practitioners new to the domain. The codebase is maintained with an emphasis on readability and contribution-friendliness, reflecting the project's origins in academic research while serving production use cases.