Quickstart¶
vitabel is an open-source Python framework for working with heterogeneous,
high-resolution physiological time series in retrospective research workflows.
It combines loading, visualization, alignment, processing, and annotation in a
single Jupyter-based environment.
The latest stable release of vitabel is distributed via PyPI and can be installed via
$ pip install vitabel
The latest development version can be installed from the main branch on
GitHub by running
$ pip install git+https://github.com/UniGrazMath/vitabel.git
See the code example at the documentation landing page for a typical minimal workflow. More detailed examples, including the required test data, are contained in the examples directory.
You can also explore the package directly in your browser via Binder:
Use case: German Resuscitation Registry¶
vitabel is used within the German Resuscitation Registry to automatically
extract and review information from defibrillator recordings. For debriefing
and quality improvement, users are provided with an interactive timeline of
resuscitation measures.
Find an example for the interactive timeline in the embedded page below, or visit the example in the registry directly.