MIT-LCP / physionet

A collection of tools for working with the PhysioNet repository.

Home Page:http://physionet.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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()

About

A collection of tools for working with the PhysioNet repository.

http://physionet.org/

License:MIT License


Languages

Language:Python 100.0%