This repository contains a Jupyter book called 'Signal Processing and Learning for Wearables', which presents tutorials on analysing wearable .
The book is available here.
Thanks goes to these wonderful people (emoji key):
Peter H Charlton 🎨🖋 |
Marton Aron Goda 🖋 |
Zixuan Ding 🖋 |
This project follows the all-contributors specification. Contributions of any kind welcome!
The 'MIMIC WFDB Tutorials' book was used as a template for this book. Many thanks to all those who contributed to this original resource.
This website was created with JupyterBook. To set up a local development environment, follow the steps below:
- Navigate to the project directory (e.g.
bsp-book
) - Install the required packages with
pip install -r requirements.txt
(preferably in a virtual environment using something like venv, virtualenv, conda etc.) - Change to the directory with the content (e.g.
cd content
) - Run
jupyter-book build --all ./
from within this directory to build the book. - The HTML bookfiles should have been created in a
_build
folder.