Coordinator & aggregator for private and decentralized machine learning.
For more information, please see the wiki.
To start off, install the required Python dependencies by running:
pip install -r requirements.txt
After this, you can run the program by running:
python server.py
Deployment of this code happens automatically upon the creation of a Repo, so there's no need in deploying it manually.
However, if you would like to deploy manually, you'd have to follow the instructions here.
There aren't any tests available for this repo yet. Please help us write them!