Skip to content

Latest commit

 

History

History
91 lines (71 loc) · 5.77 KB

README.md

File metadata and controls

91 lines (71 loc) · 5.77 KB

Healthcare DSP Toolkit

A comprehensive toolkit for Digital Signal Processing (DSP) in healthcare applications

DOI GitHub stars Build Status Coverage Status

GitHub License Python Versions Documentation Status PyPI Downloads PyPI version Open in Colab

This repository contains a comprehensive toolkit for Digital Signal Processing (DSP) in healthcare applications. It includes traditional DSP methods as well as advanced machine learning (ML) and deep learning (DL) inspired techniques. The toolkit is designed to process a wide range of physiological signals, such as ECG, EEG, PPG, and respiratory signals, with applications in monitoring, anomaly detection, and signal quality assessment.

Features

  • Filtering: Traditional filters (e.g., moving average, Gaussian, Butterworth) and advanced ML-inspired filters.
  • Transforms: Fourier Transform, DCT, Wavelet Transform, and various fusion methods.
  • Time-Domain Analysis: Peak detection, envelope detection, ZCR, and advanced segmentation techniques.
  • Advanced Methods: EMD, sparse signal processing, Bayesian optimization, and more.
  • Neuro-Signal Processing: EEG band power analysis, ERP detection, cognitive load measurement. (To be implemented)
  • Respiratory Analysis: Automated respiratory rate calculation, sleep apnea detection, and multi-sensor fusion.
  • Signal Quality Assessment: SNR calculation, artifact detection/removal, and adaptive methods.
  • Monitoring and Alert Systems: Real-time anomaly detection, multi-parameter monitoring, and alert correlation.

Installation

You can install vitalDSP in two different ways:

Option 1: Install via pip

If you want the simplest installation method, you can install the latest version of vitalDSP directly from PyPI using pip:

pip install vitalDSP

Option 2: Install from the GitHub Repository

For those who prefer to have the latest version, including any recent updates that may not yet be available on PyPI, you can clone the repository and install it manually. Step 1: Clone the Repository First, clone the vitalDSP repository from GitHub to your local machine:

git clone https://github.com/Oucru-Innovations/vital-DSP.gi

Step 2: Navigate to the Project Directory Navigate to the directory where the repository was cloned:

cd vital-DSP

Step 3: Install with setup.py You can now install vitalDSP using the setup.py script:

python setup.py install

This method ensures that you are using the most up-to-date codebase from the repository.

Applications in Healthcare

vitalDSP can be applied across various healthcare use cases:

  • Remote Patient Monitoring: Analyze ECG and PPG signals for real-time insights into patient health.
  • Stress and Anxiety Detection: Monitor heart rate variability to assess stress levels.
  • Sleep Apnea Detection: Use respiratory signals to identify breathing irregularities during sleep.

Usage

Please read the instruction in the documentation for detailed usage examples and module descriptions.

Example Notebooks on Google Colab

Documentation

Comprehensive documentation for each module is available in the docs/ directory, covering usage examples, API references, and more.

Contributing

We welcome contributions! Please read the CONTRIBUTING file for guidelines on how to contribute to this project.

Community and Support

Join our community to share ideas, ask questions, and get support:

License

This project is licensed under the MIT License - see the LICENSE file for details.