WDK-RED is a rapid prototyping platform for wearable device applications. Most wearable device applications use sensor data to extract information about the wearer and her context. This is done in a series of computations called the Activity Recognition Chain (ARC). Most of these computations are available as reusable Matlab components in the Wearables Development Toolkit. WDK-RED wraps these computations in javascript objects that can be used within Node-RED.
git clone https://github.com/avenix/WDK-RED.git
- Install Node-RED as described in the Node-RED GitHub page.
- Install the WDK-RED nodes:
- Go to your Node-RED installation directory, usually
cd ~/.node-red
- Copy the nodes to your npm:
- Go to your Node-RED installation directory, usually
npm install <WDK-RED.git>/1-data/*
npm install <WDK-RED.git>/2-preprocessing/*
npm install <WDK-RED.git>/3-eventDetection/*
npm install <WDK-RED.git>/4-segmentation/*
npm install <WDK-RED.git>/5-labeling/*
npm install <WDK-RED.git>/6-featureExtraction/*
npm install <WDK-RED.git>/7-classification/*
npm install <WDK-RED.git>/other/*
(you should replace <WDK-RED.git> by the path to your local copy of the WDK-RED.git repository.
- Run node-RED:
node-red
WDK-RED enables the creation of activity recognition applications by dragging reusable components (i.e. nodes) from the palette and connecting them together. The available nodes are documented in the Wearables Development Toolkit documentation. The following image shows an activity recognition application for detecting and classifying soccer goalkeeper training exercises using a wearable motion sensor attached to a glove worn by a goalkeeper:
Activity recognition applications created with Node-RED can be exported over the settings button:
Exported applications can be loaded and executed in the Wearables Development Toolkit as described here.
- Repository of the Wearables Development Toolkit: https://github.com/avenix/WDK
- My paper describing the Wearables Development Toolkit WDK paper and BibTeX file
- My Matlab tutorial on Activity Recognition for wearables: https://github.com/avenix/ARC-Tutorial/
- Andreas Bulling's tutorial on Activity Recognition
My name is Juan Haladjian. I developed the WDK-RED platform as part of my post-doc at the Technical University of Munich. Feel free to contact me with questions or feature requests. The project is under an MIT license. You are welcome to use the code in this repository, extend it and redistribute it for any purpose, as long as you give credit for it by copying the LICENSE.txt file to any copy of this software.
Feel free to contact me with feedback or feature requests.
Website: www.jhaladjian.com
Academic Website: http://in.tum.de/~haladjia
LinkedIn: www.linkedin.com/in/juan-haladjian
Email: haladjia@in.tum.de
@misc{haladjian2019,
author = {Juan Haladjian},
title = {{The Wearables Development Toolkit (WDK)}},
howpublished = {\url{https://github.com/avenix/WDK}},
year = {2019}
}