app-pytorch: A Flower / PyTorch app¶
[!NOTE] This example is a playground for upcoming features.
Install dependencies and project¶
pip install -e .
Run with the Simulation Engine¶
In the app-pytorch
directory, use flwr run
to run a local simulation:
flwr run .
Refer to the How to Run Simulations guide in the documentation for advice on how to optimize your simulations.
Run with the Deployment Engine¶
[!NOTE] An update to this example will show how to run this Flower application with the Deployment Engine and TLS certificates, or with Docker.
Resources¶
Flower website: flower.ai
Check the documentation: flower.ai/docs
Give Flower a ⭐️ on GitHub: GitHub
Join the Flower community!