This repo contains an implementation for the Two-stage Federated Phenotyping and Patient Representation Learning using PySyft and SyferText. For more information about this project, please refer to this issue in SyferText.
- Create a virtual environment and activate. For example:
virtualenv -p python3.8 venv
source venv/bin/activate
- Install the project requirements:
pip install -r requirements.txt