Documentation • Contributing • References
This repository is part of vantage6, our privacy preserving federated learning infrastructure for secure insight exchange, and contains all the vantage6 infrastructure source/ code. Please visit our website (vantage6.ai) to learn more!
This repository is home to 4 PyPi packages:
- vantage6 -> CLI for managing node and server instances
- vantage6-client -> Python client for interacting with the vantage6-server
- vantage6-node -> Node application package
- vantage6-server -> Server application package
Note that when using vantage6 you do not install the server and node packages. These are delivered to you in Docker images.
Two docker images are published which contain the Node and Server applications:
harbor2.vantage6.ai/infrastructure/node:VERSION
harbor2.vantage6.ai/infrastructure/server:VERSION
These docker images are used by the vantage6 CLI package, which can be installed by running:
pip install vantage6
This will install the CLI which enables you to use the commands:
vnode CMD [OPTIONS]
vserver CMD [OPTIONS]
You can find more (user) documentation at Gitbook (docs.vantage6.ai). If you have any questions, suggestions or just want to chat about federated learning: join our Dircord (https://discord.gg/yAyFf6Y) channel.
We hope to continue developing, improving, and supporting vantage6 with the help of the federated learning community. If you are interested in contributing, first of all, thank you! Second, please take a look at our contributing guidelines
If you are using vantage6, please cite this repository as well as the accompanying papers as follows:
- F. Martin, M. Sieswerda, H. Alradhi, et al. vantage6. Available at https://doi.org/10.5281/zenodo.7221216. Accessed on MONTH, 20XX.
- A. Moncada-Torres, F. Martin, M. Sieswerda, J. van Soest, G. Gelijnse. VANTAGE6: an open source priVAcy preserviNg federaTed leArninG infrastructurE for Secure Insight eXchange. AMIA Annual Symposium Proceedings, 2020, p. 870-877. [BibTeX, PDF]
- D. Smits*, B. van Beusekom*, F. Martin, L. Veen, G. Geleijnse, A. Moncada-Torres, An Improved Infrastructure for Privacy-Preserving Analysis of Patient Data, Proceedings of the International Conference of Informatics, Management, and Technology in Healthcare (ICIMTH), vol. 25, 2022, p. 144-147. [BibTeX, PDF]