adap / flower

Flower: A Friendly Federated AI Framework
https://flower.ai
Apache License 2.0
4.95k stars 849 forks source link

JavaScript/TypeScript SDK #358

Open tanertopal opened 4 years ago

tanertopal commented 4 years ago

To support more heterogeneous environments/setups it would be great to have JavaScript/TypeScript Client SDK. The task shouldn't be to hard as gRPC-Web improved substantially. We are happy to support if someone wants to tackle this issue and ideally provide an example with e.g. TensorFlow Lite. A potential use-case could be improving an image classification model as described in the TF Lite docs

ydennisy commented 1 year ago

Hey @tanertopal any progress or guides on how flower can be used in the browser?