A library to analyze the data quality metrics collected via Smasung galaxy smartwatch and computer mouse data
Project description
DQM Library for Smartwatch
How to deploy:
-
python3 -m build -
python3 -m twine upload dist/* -u __token__ -p $PYPI_TOKEN
Overview
The DQM (Data Quality Monitoring) library for smartwatches is designed to monitor and ensure the quality of biosensing data collected from wearable devices. This library provides tools and algorithms to assess and enhance the reliability and accuracy of the data collected from smartwatch sensors.
Features
- Real-time Data Quality Assessment: Continuously monitor the quality of biosensing data in real-time.
- Anomaly Detection: Detect anomalies and irregularities in the data to ensure accuracy.
- Data Cleaning: Automatically clean and preprocess data to remove noise and artifacts.
- Compatibility: Compatible with various smartwatch models and sensor types.
Installation
To install the DQM library, you can use pip:
pip install --upgrade dqm
Usage
Here is a basic example of how to use the DQM library for monitoring data quality:
from dqm_lib_smartwatch import DQM
Initialize the DQM object
import dqm
# Load your smartwatch data
data = load_smartwatch_data('path_to_data_file')
# Assess data quality
sample_rate_consistency = dqm.calculate_src(data)
# Print the quality report
print(sample_rate_consistency)
Contribution
For detailed documentation and API reference, please visit the official documentation.
We welcome contributions from the community. To contribute, follow these steps:
- Fork the repository.
- Create a new branch (git checkout -b feature-branch).
- Make your changes and commit them (git commit -m 'Add new feature').
- Push to the branch (git push origin feature-branch). Create a pull request.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dqm-0.1.0.tar.gz.
File metadata
- Download URL: dqm-0.1.0.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db0088eacde9be1a299f2c7f8b5aaf220cc7bb6e5f4b16ffc81dadd7d47d38d0
|
|
| MD5 |
8a0bb32673d0775b7d1486825b0924f1
|
|
| BLAKE2b-256 |
ea364df39fb06a64c62b6cf67244dcb89901d6c05ee6d6525d36fb2c897f099d
|
File details
Details for the file dqm-0.1.0-py3-none-any.whl.
File metadata
- Download URL: dqm-0.1.0-py3-none-any.whl
- Upload date:
- Size: 16.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccab3e5075a4c571899fb34d9fc811acb17505dd32d5c3a11a493ced4b8099b3
|
|
| MD5 |
152bf7b3a3c5ead359e554eaa0fec94c
|
|
| BLAKE2b-256 |
6eb64e3953b8f31647281b5fb499cd36ff68c15bce7cd2dc3a14c5a95cc5a182
|