An open API service indexing awesome lists of open source software.

https://github.com/simula-complex/medet

Medical Devices Digital Twins with Meta-Learning
https://github.com/simula-complex/medet

digital-twins healthcare iot-applications meta-learning

Last synced: 5 months ago
JSON representation

Medical Devices Digital Twins with Meta-Learning

Awesome Lists containing this project

README

          

# MeDeT: Medical Devices Digital Twins Generation with Meta-learning

The MeDeT approach focuses on building, adapting, and operating high-fidelity digital twins (DTs) of medical devices, employing few-shot meta-learning techniques. These medical devices DTs are designed to streamline testing automation for healthcare IoT applications.

MeDeT works in six phases: (i) _Data Generation_ - generates raw data for medical devices, (ii) _Data Preparation_ - preprocesses raw data for training, (iii) _Meta-learning_ - creates meta dataset & taskset, determines model architecture, and trains/fine-tunes with MAML algorithm, (iv) _Build DTs_ - creates model clones, storage, APIs, and JSON objects, (v) _DT Request Handler_ - processes requests from a healthcare IoT application during testing, and (vi) _DTs to Device
Communication_ - establishes DTs communication with medical devices.

This work is a part of the Welfare Technology Solution (WTT4Oslo) project (#309175) funded by the Research Council of Norway.

[//]: # (The repository contains open-source implementation)

## Basic Requirements

* Machine: minimum 16GB RAM and 8-core processor
* OS: MacOS or Windows 10
* IDE: PyCharm
* Python: 3.8 or higher

## Dependencies

* PyTorch: 2.0.1
* learn2learn: 0.2.0
* scikit-learn: 1.3.0
* Pandas: 2.0.3
* Flask: 2.2.3
* Flask-RESTful: 0.3.9