All Projects → im-ethz → flirt

im-ethz / flirt

Licence: MIT license
Are you ready to FLIRT with your wearable data?

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to flirt

cht-gateway
Android SMS gateway app for CHT Applications
Stars: ✭ 60 (+46.34%)
Mutual labels:  health, mhealth
cht-conf
A command-line interface for configuring Community Health Toolkit applications
Stars: ✭ 20 (-51.22%)
Mutual labels:  health, mhealth
systole
Systole: A python package for cardiac signal synchrony and analysis
Stars: ✭ 51 (+24.39%)
Mutual labels:  hrv, biosignals
cht-android
A native Android container for Community Health Toolkit (CHT) applications
Stars: ✭ 21 (-48.78%)
Mutual labels:  health, mhealth
Inspectdf
🛠️ 📊 Tools for Exploring and Comparing Data Frames
Stars: ✭ 195 (+375.61%)
Mutual labels:  eda
Skywater Pdk
Open source process design kit for usage with SkyWater Technology Foundry's 130nm node.
Stars: ✭ 1,765 (+4204.88%)
Mutual labels:  eda
Systemrdl Compiler
SystemRDL 2.0 language compiler front-end
Stars: ✭ 95 (+131.71%)
Mutual labels:  eda
Pcbdl
PCB Design Language: A programming way to design schematics.
Stars: ✭ 84 (+104.88%)
Mutual labels:  eda
EyesGuard
👀 Windows Application for protecting your eyes
Stars: ✭ 217 (+429.27%)
Mutual labels:  health
TestHrv
Heart rate variability app for Garmin smartwatches
Stars: ✭ 44 (+7.32%)
Mutual labels:  hrv
Ditching Excel For Python
Functionalities in Excel translated to Python
Stars: ✭ 172 (+319.51%)
Mutual labels:  eda
Scattertext
Beautiful visualizations of how language differs among document types.
Stars: ✭ 1,722 (+4100%)
Mutual labels:  eda
Opentimer
A High-performance Timing Analysis Tool for VLSI Systems
Stars: ✭ 213 (+419.51%)
Mutual labels:  eda
Sweetviz
Visualize and compare datasets, target values and associations, with one line of code.
Stars: ✭ 1,851 (+4414.63%)
Mutual labels:  eda
central-frontend
Vue.js based frontend for ODK Central
Stars: ✭ 24 (-41.46%)
Mutual labels:  mhealth
Hn so analysis
Is there a relationship between popularity of a given technology on Stack Overflow (SO) and Hacker News (HN)? And a few words about causality
Stars: ✭ 94 (+129.27%)
Mutual labels:  eda
Rath
自动化数据探索分析和智能可视化设计应用. Automatic insights discovery and visualization for data analysis.
Stars: ✭ 169 (+312.2%)
Mutual labels:  eda
hermes
A library and microservice implementing the health and care terminology SNOMED CT with support for cross-maps, inference, fast full-text search, autocompletion, compositional grammar and the expression constraint language.
Stars: ✭ 131 (+219.51%)
Mutual labels:  health
Complete Life Cycle Of A Data Science Project
Complete-Life-Cycle-of-a-Data-Science-Project
Stars: ✭ 140 (+241.46%)
Mutual labels:  eda
Open Register Design Tool
Tool to generate register RTL, models, and docs using SystemRDL or JSpec input
Stars: ✭ 126 (+207.32%)
Mutual labels:  eda

FLIRT

Python Versions PyPI Documentation Status Binder DOI

⭐️ Simple. Robust. Powerful.

FLIRT is a Feature generation tooLkIt for weaRable daTa such as that from your smartwatch or smart ring. With FLIRT you can easily transform wearable data into meaningful features which can then be used for example in machine learning or AI models.

In contrast to other existing toolkits, FLIRT (1) focuses on physiological data recorded with (consumer) wearables and (2) calculates features based on a sliding-window approach. FLIRT is an easy-to-use, robust and efficient feature generation toolkit for your wearable device!

FLIRT Workflow

➡️ Are you ready to FLIRT with your wearable data?

Main Features

A few things that FLIRT can do:

  • Loading data from common wearable device formats such as from the Empatica E4 or Holter ECGs
  • Overlapping sliding-window approach for feature calculation
  • Calculating HRV (heart-rate variability) features from NN intervals (aka inter-beat intervals)
  • Deriving features for EDA (electrodermal activity)
  • Computing features for ACC (accelerometer)
  • Provide and prepare features in one comprehensive DataFrame, so that they can directly be used for further steps (e.g. training machine learning models)

😎 FLIRT provides high-level implementations for fast and easy utilization of feature generators (see flirt.simple).

🤓 For advanced users, who wish to adapt algorithms and parameters do their needs, FLIRT also provides low-level implementations. They allow for extensive configuration possibilities in feature generation and the specification of which algorithms to use for generating features.

Installation

FLIRT is available from PyPI and can be installed via pip:

pip install flirt

Alternatively, you can checkout the source code from the GitHub repository:

git clone https://github.com/im-ethz/flirt

Quick example

Generate a comprehensive set of features for an Empatica E4 data archive with a single line of code 🚀

import flirt
features = flirt.with_.empatica('./1234567890_A12345.zip')

Check out the documentation and exemplary Jupyter notebooks.

Roadmap

Things FLIRT will be able to do in the future:

  • Use FLIRT with Oura's smart ring and other consumer-grade wearable devices
  • Use FLIRT with Apple Health to derive meaningful features from long-term data recordings
  • Feature generation for additional sensor modalities such as: blood oxygen saturation, blood volume changes, respiration rate, and step counts

People

Made with ❤️ at ETH Zurich.
Check out all authors.

In collaboration with the Digital Biomarker Discovery Pipeline.

FAQs

  • How does FLIRT distinguish from other physiological data processing packages such as neurokit?
    While FLIRT works with physiological data like other packages, it places special emphasis on the inherent challenges of data processing obtained from (consumer) wearable devices such as smartwaches instead of professional, medical-grade recording devices such as ECGs or EEGs. As an example, when processing data from smartwatches, one could be confronted with inaccurate data, which needs artifact removal, or measurement gaps, which need to be dealt with.

Citation

Original article: FLIRT: A Feature Generation Toolkit for Wearable Data

@article{flirt2021,
  title={{{FLIRT}}: A {{Feature Generation Toolkit}} for {{Wearable Data}}},
  author={Föll, Simon and Maritsch, Martin and Spinola, Federica and Mishra, Varun and Barata, Filipe and Kowatsch, Tobias and Fleisch, Elgar and Wortmann, Felix},
  year={2021},
  journal={Computer Methods and Programs in Biomedicine},
  doi={10.1016/j.cmpb.2021.106461},
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].