This repository is dedicated to the development of Resilient, a digital platform designed to integrate data from remote healthcare monitoring devices. The platform generates comprehensive digital reports and provides clinical visualisations of daily health parameters, offering users meaningful insights into their health. For detailed information on each module in the Resilient platform, please refer to the README files inside each module.
- 🏛️ Architecture
- 📋 Requirements
- 🔄 Installation
- 🚀 Run
- 📦 Build
- 🐳 Docker
- 📈 Releases
Resilient uses a modular architecture based on containers. The following image summarises it:
- Clone the repository
git clone https://github.com/tmi-lab/resilient.github.io.git
-
Install Python .. for convenience
-
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
This project is supported by the UKRI Engineering and Physical Sciences Research Council (EPSRC)/NIHR PROTECT Project (grant number: EP/W031892/1). The platform is developed in collaboration with Professor Ramin Nilforooshan and their team at the Surrey and Borders NHS Trust.