MIT-LCP / physionet

A collection of tools for working with the PhysioNet repository.
http://physionet.org/
MIT License
69 stars 17 forks source link

PhysioNet

A collection of tools for working with the PhysioNet repository.

Installation

pip install physionet

Usage

import physionet as pn

# Download a dataset
pn.download('ptbdb', 'data/ptbdb')

# List all datasets
pn.list_datasets()