Skip to main content

Flower - A Friendly Federated Learning Research Framework

Project description

Flower - A Friendly Federated Learning Research Framework

GitHub license PRs Welcome Build

Flower is a research framework for building federated learning 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 Univerity of Oxford, so it was build 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, 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.

Note: Even though Flower is used in production, it is published as pre-release software. Incompatible API changes are possible.

Installation

Flower can be installed directly from the GitHub repository using pip:

$ pip install git+https://github.com/adap/flower.git

Official PyPI releases will follow once the API matures.

Run Examples

We built a number of examples showcasing different usage scenarios in src/flower_example. To run an example, first install the necessary extras (available extras: examples-tensorflow):

pip install git+https://github.com/adap/flower.git#egg=flower[examples-tensorflow]

Once the necessary extras (e.g., TensorFlow) are installed, you might want to run the Fashion-MNIST example by starting a single server and multiple clients in two terminals using the following commands.

Start server in the first terminal:

$ ./src/flower_example/tf_fashion_mnist/run-server.sh

Start the clients in a second terminal:

$ ./src/flower_example/tf_fashion_mnist/run-clients.sh

Docker

If you have Docker on your machine you might want to skip most of the setup and try out the example using the following commands:

# Create docker network `flower` so that containers can reach each other by name
$ docker network create flower
# Build the Flower docker containers
$ ./dev/docker_build.sh

# Run the docker containers (will tail a logfile created by a central logserver)
$ ./src/flower_example/tf_fashion_mnist/run-docker.sh

This will start a slightly reduced setup with only four clients.

Documentation

Contributing to Flower

We welcome contributions. Please see CONTRIBUTING.md to get started!

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flwr-0.1.1.tar.gz (83.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

flwr-0.1.1-py3-none-any.whl (156.1 kB view details)

Uploaded Python 3

File details

Details for the file flwr-0.1.1.tar.gz.

File metadata

  • Download URL: flwr-0.1.1.tar.gz
  • Upload date:
  • Size: 83.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.9 CPython/3.7.7 Linux/5.3.0-62-generic

File hashes

Hashes for flwr-0.1.1.tar.gz
Algorithm Hash digest
SHA256 a7fee6841691661e911ac09edbc5523241baee4d90989870741331c4879bcb38
MD5 883647b971ddfb1122f134ebe4d1b9a1
BLAKE2b-256 f04564449c30cd1601e353575d50ab8688282c5d676ff88ea4995b37e79410dc

See more details on using hashes here.

File details

Details for the file flwr-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: flwr-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 156.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.9 CPython/3.7.7 Linux/5.3.0-62-generic

File hashes

Hashes for flwr-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d1ffd4379829fd3c10e56a8cf2da4c22bcb62230d32d26557bd585164a8d0646
MD5 b10fc99ad3dd9841e3539cd8583f91a5
BLAKE2b-256 714fd6e4cf239371cebcf4392744c72861747e2a56df8b6d681e07e1614442df

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page