This contribution to the Flower project extends it to Swift, making it available for platforms such as iOS. The implementation of the Flower Swift SDK can be found in the src/
folder of the repository.
The examples/
folder contains an Xcode project that includes the SDK and provides an application for running federated learning scenarios, such as MNIST, on iOS while benchmarking takes place.
The repository is structured into two folders, src/
and examples/
, with the following contents:
src/
folder: Contains the implementation of the Flower Swift SDK.examples/
folder: Contains an Xcode project that demonstrates how to use the SDK to run federated learning scenarios on iOS and includes benchmarking functionality.
This contribution has been merged into the original Flower repository (see commit d70f67f). Please feel free to contribute to the project by submitting issues or pull requests.
This software is licensed under the Apache License 2.0.