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

PBarnaghi/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

Usage

1.Clone the repository
git clone https://github.com/NathaliaCespedesG/Resilient-shared
2.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
  1. Activate the virtual environment.
 source myenv/bin/activate
  1. Install python libraries requirements
 pip install -r requirements

Resilient architeture

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

Resilient Architecture

Acknowledgment

This project is supported by the UKRI Engineering and Physical Sciences Research Council (EPSRC) PROTECT Project (grant number: EP/W031892/1).

Developers and Researchers info

Sergio's avatar Nathalia's avatar

Translational Machine Intelligence Lab

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.2%
  • TypeScript 11.4%
  • HTML 5.2%
  • SCSS 3.4%
  • JavaScript 0.8%
  • Shell 0.7%
  • Dockerfile 0.3%