A data quality assessment package


Keywords
QPrism, audio, quality, assessment, sensor, video
License
Other
Install
pip install QPrism==0.4.0

Documentation

QPrism

Overview

The QPrism Python package serves as a quality assessment toolbox for data collected using sensors in smartphones and wearables (eg. accelerometer, gyroscope, audio and video). The package leverages digital signal and image processing techniques along with machine learning algorithms to assess the quality of sensor data covering data availability, interpretability, noise contamination and consistency. QPrism is completely data-driven, requiring no a priori data assumptions or application-specific parameter tuning to generate a comprehensive data quality report.

Installation

For installation of the QPrism package, please first install and create a virtual environment using the following commands.

$ python3 -m pip install --user virtualenv
$ python3 -m venv QPrism
$ source QPrism/bin/activate

The installation can be done with pip. Since pip does not resolve the dependencies' version efficiently, please install QPrism with the following steps.

$ python3 -m pip install --upgrade pip
$ pip install -r https://raw.githubusercontent.com/aid4mh/QPrism/main/requirements.txt
$ pip install --no-deps QPrism

Documentation

The full documentation for QPrism can be accessed here.

Examples:

We have provided throughout demo notebooks in Google Colab covered all functions.

The notebooks can be accessed here.

Note: In the sensor folder, it also contains notebooks that can validate each metric we have created, and a script demo that can be adopted by user with minor modifications.

Detailed explanation for the provided examples can be found in the documentation

Contributing to the project

We welcome and encourage project contributions! Please see the CONTRIBUTING.md for details.

Acknowledgments

The development of QPrism package is supported by Krembil Foundation.

The authors also like to acknowledge Aditi Surendra for designing the module function illustration.

Authors

License

MIT License