This repository is dedicated to the development of Resilient, a digital platform designed to integrate data from wearable devices. The platform generates comprehensive digital reports and provides clinical visualisations of daily health parameters, offering users meaningful insights into their health. To have detailed info for each module in Resilient platform please go to the README files inside each module.
- 🏛️ Architecture
- 📋 Requirements
- 🔄 Installation
- 🚀 Run
- 📦 Build
- 🐳 Docker
- 📈 Releases
git clone https://github.com/NathaliaCespedesG/Resilient-shared2.Install Python .. for convenience
3.Create a virtual environment for the project (optional, Instructions for macOS and Linux).
3.1 Install virtualenv (if not already installed)
pip install virtualenv
3.2 Create the virtual environment
python3 -m venv venv
- Activate the virtual environment.
source myenv/bin/activate
- Install python libraries requirements
pip install -r requirements
Resilient uses a modular architecture based on containers. The following image summarises it:
This project is supported by the UKRI Engineering and Physical Sciences Research Council (EPSRC) PROTECT Project (grant number: EP/W031892/1).