Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.05 KB

Lowcarb

PyPI version Supported versions License

A carbon-aware client selection strategy for Flower powered by the Carbon-Aware-SDK.

Enabling privacy-aware and carbon-aware machine learning.

Installation ⚙️

To install lowcarb, simply run

pip install flwr-lowcarb

Tutorial 🌼

To try out our tutorial, clone the repository and run

python -m venv venv              # create venv
. venv/bin/activate               # activate venv on Linux/Mac
.\venv\Scripts\activate           # activate venv on Windows
pip install -r requirements.txt  # install dependencies

You can then open the tutorial by running jupyter lab and starting flow_lowcarb_tutorial.ipynb.