Skip to main content

See `README.md`

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!

Release history Release notifications | RSS feed

Download files

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

Source Distribution

flwr-nightly-0.0.1.dev20200713.tar.gz (83.7 kB view details)

Uploaded Source

Built Distribution

flwr_nightly-0.0.1.dev20200713-py3-none-any.whl (156.3 kB view details)

Uploaded Python 3

File details

Details for the file flwr-nightly-0.0.1.dev20200713.tar.gz.

File metadata

  • Download URL: flwr-nightly-0.0.1.dev20200713.tar.gz
  • Upload date:
  • Size: 83.7 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-nightly-0.0.1.dev20200713.tar.gz
Algorithm Hash digest
SHA256 fa57de85f23adce8db37da855d16705a31215a5fcb64d72f2bb25c8bfacb41f2
MD5 6c8e4ffa410e7130d68e55978b334d58
BLAKE2b-256 7acd0724b43863f3a58969bdb2e8cd8af9490d79a9a8273f129675ca7b6fd3a9

See more details on using hashes here.

File details

Details for the file flwr_nightly-0.0.1.dev20200713-py3-none-any.whl.

File metadata

File hashes

Hashes for flwr_nightly-0.0.1.dev20200713-py3-none-any.whl
Algorithm Hash digest
SHA256 28efcf1d55d03362360872d0e47bb8af317b583b17badf914c11de725838b48a
MD5 248ca842adf73c425b386fd2226dd033
BLAKE2b-256 16b75015454185d02dd779558502403b7db19669f775c501c6ec5e41af94b665

See more details on using hashes here.

Supported by

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