Skip to content

biomarkersParkinson/paradigma

Repository files navigation

paradigma

Badges
Packages and Releases Latest release PyPI Static Badge
Build Status Build and test pages-build-deployment
License GitHub license

Digital Biomarkers for Parkinson's Disease Toolbox

A package (documentation) to process wearable sensor data for Parkinson's disease.

Installation

The package is available in PyPi and requires Python 3.10 or higher. It can be installed using:

pip install paradigma

Usage

See our extended documentation.

Development

Installation

The package requires Python 3.10 or higher. Use Poetry to set up the environment and install the dependencies:

poetry install

Testing

poetry run pytest

Building documentation

poetry run make html --directory docs/

Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

License

paradigma was created by Peter Kok, Vedran Kasalica, Erik Post, Kars Veldkamp, Nienke Timmermans, Diogo Coutinho Soriano, Luc Evers. It is licensed under the terms of the Apache License 2.0 license.

Credits

paradigma was created with cookiecutter and the py-pkgs-cookiecutter template.