Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.11 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.11 KB

FLiOS

Flower Swift SDK

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.

Examples

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.

Repository Structure

The repository is structured into two folders, src/ and examples/, with the following contents:

  1. src/ folder: Contains the implementation of the Flower Swift SDK.
  2. examples/ folder: Contains an Xcode project that demonstrates how to use the SDK to run federated learning scenarios on iOS and includes benchmarking functionality.

Contribution

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.

License

This software is licensed under the Apache License 2.0.