FedML-AI/FedML

[FedML Beehive] No examples/edge SDK for embedded Linux

Open

#609 geöffnet am 17. Okt. 2022

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (743 Forks)batch import
help wantedquestion

Repository-Metriken

Stars
 (3.930 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

It is mentioned in the README, that there is edge SDK for embedded Linux for cross-device training (FedML Beehive). https://github.com/FedML-AI/FedML/blob/956639046be40ba45e6a117273a3e51f117961ce/README.md?plain=1#L59

However from what I can see it is nowhere to be found. The cross-device code only contains the server part in Python https://github.com/FedML-AI/FedML/tree/master/python/fedml/cross_device and the client part is only implemented as an Android app.

The reason I'm pointing to that is because I'm working on FL case, that involves Raspberry Pi edge nodes and I'd like to utilize Beehive API for that. I am currently working on implementing client side in Python myself - I'll contribute back later. But if there is something available that I can build on - let me know.

Contributor Guide