Skip to content

Resilient is a digital platform designed to integrate data from wearable devices.

License

Notifications You must be signed in to change notification settings

tmi-lab/resilient

Repository files navigation


Resilient Logo
Resilient Open Source Repository

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.

📖 Contents

Architeture

Resilient uses a modular architecture based on containers. The following image summarises it:

Resilient Architecture

Requirements

  1. Clone the repository
git clone https://github.com/tmi-lab/resilient.github.io.git
  1. Install Python .. for convenience

  2. 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
  1. Activate the virtual environment.
 source myenv/bin/activate
  1. Install python libraries requirements
 pip install -r requirements

Run

Build

Releases

Releases

Version 1.0.0

Release Date: October 1, 2024

  • Initial release - ongoing dvelopment.

Acknowledgment

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.

Developers and Researchers info

Sergio's avatar Nathalia's avatar

Translational Machine Intelligence Lab