Skip to content

Flower: A Friendly Federated Learning Framework Repository Tutorials

License

Notifications You must be signed in to change notification settings

catnys/Flower4all

Repository files navigation

Flower4all - Flower Framework Tutorial Series

GitHub issues GitHub pull requests GitHub stars GitHub forks GitHub

tags: Python Flower Framework Federated Learning

Flower4all

A tutorial series on Flower Framework for federated learning.
Repository Link · Report Bug · Contribute

🎉 Welcome to Flower4all!

📖 Table of Contents

  1. Getting Started
  2. What is Federated Learning?
  3. What is Flower Framework?
  4. Contribution
  5. License
  6. References

Flower4all - Flower Framework Tutorial Series

Welcome to Flower4all, a tutorial series repository dedicated to exploring the Flower framework for federated learning. This repository contains several Python flower projects utilizing libraries such as Pandas, NumPy, and leveraging one of the flower datasets, MNIST.

Getting Started

To get started with Flower4all tutorials, navigate to the project of your interest within this repository. Each tutorial typically includes at least one client.py and one server.py.

Note on Federated Learning

In Federated Learning, the server should be run before client.py. Please ensure you run the server script first before the client script to avoid any issues.

What is Federated Learning?

Federated Learning is a machine learning approach that allows for training on decentralized data sources, such as mobile devices, without the need to directly access raw data. Instead, model training occurs locally on each device, and only model updates are shared with a central server or aggregator. This preserves data privacy and reduces communication overhead.

What is Flower Framework?

Flower (Federated Learning with Multi-task Privacy) is an open-source Python framework for federated learning. It simplifies the process of building federated learning systems by providing high-level abstractions and utilities for communication, aggregation, and orchestration of federated learning tasks.

Contribution

Contributions to Flower4all are welcome! If you find any bugs, have feature requests, or want to contribute enhancements, please feel free to open an issue or submit a pull request.

How to Contribute

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/YourFeature).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Open a pull request.

License

This project is licensed under the MIT License.

References

About

Flower: A Friendly Federated Learning Framework Repository Tutorials

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published