This repository contains a Jupyter book called 'MIMIC WFDB Tutorials', which presents tutorials on using the MIMIC Waveform Database for Biomedical Signal Processing.
The book is available here.
Thanks goes to these wonderful people (emoji key):
Peter H Charlton 🎨 |
Tom Pollard 🎨 |
Elisa Mejía 🎨 |
bemoody 🎨 |
Brian Gow 🎨 |
danamouk 🎨 |
This project follows the all-contributors specification. Contributions of any kind welcome!
This website was created with JupyterBook. To set up a local development environment, follow the steps below:
mimic_wfdb_tutorials
)pip install -r requirements.txt
(preferably in a virtual environment using something like venv, virtualenv, conda etc.)cd content
)jupyter-book build --all ./
from within this directory to build the book._build
folder.