Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mit-lcp/physionet
A collection of tools for working with the PhysioNet repository.
https://github.com/mit-lcp/physionet
Last synced: about 2 months ago
JSON representation
A collection of tools for working with the PhysioNet repository.
- Host: GitHub
- URL: https://github.com/mit-lcp/physionet
- Owner: MIT-LCP
- License: mit
- Created: 2016-02-06T17:01:28.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T23:03:19.000Z (over 1 year ago)
- Last Synced: 2024-09-22T07:47:57.707Z (3 months ago)
- Language: Python
- Homepage: http://physionet.org/
- Size: 10.7 KB
- Stars: 69
- Watchers: 23
- Forks: 17
- Open Issues: 97
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PhysioNet
A collection of tools for working with the [PhysioNet](http://physionet.org/) repository.
## Installation
```bash
pip install physionet
```## Usage
```python
import physionet as pn# Download a dataset
pn.download('ptbdb', 'data/ptbdb')# List all datasets
pn.list_datasets()
```