ecgdatasets


Nameecgdatasets JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/rostepifanov/ecgdatasets
Summary
upload_time2024-01-05 14:05:17
maintainer
docs_urlNone
authorRostislav Epifanov
requires_python>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # **E**cg**d**ata**s**ets

## Table of contents
- [Authors](#authors)
- [Installation](#installation)
- [A simple example](#a-simple-example)
- [Available datasets](#available-datasets)
- [Citing](#citing)

## Authors
[**Rostislav Epifanov** — Researcher in Novosibirsk]()

## Installation
Installation from PyPI:

```
pip install ecgdatasets
```

Installation from GitHub:

```
pip install git+https://github.com/rostepifanov/ecgdatasets
```

## A simple example

```python
import ecgdatasets as edb
from torch.utils.data import DataLoader

# torch.Dataset
dataset = edb.PTBXL('.', '1.0.3', download=True, mapper=None)

# torch.DataLoader that is ready to use with torch.nn.Module
dataloader = DataLoader(dataset, batch_size=32, shuffle=True)
```

## Available datasets

| Name      | Labels | Source |
| ---:      | :---:  | :---: |
| LUDB      | -      | [Physionet](https://physionet.org/content/ludb/) |
| PTBXL     | -      | [Physionet](https://physionet.org/content/ptb-xl/) |
| INCARTDB  | -      | [Physionet](https://physionet.org/content/ptb-xl/)|

## Citing

If you find this library useful for your research, please consider citing:

```
@misc{epifanov2023ecgdatasets,
  Author = {Rostislav Epifanov},
  Title = {Ecgdatasets},
  Year = {2023},
  Publisher = {GitHub},
  Journal = {GitHub repository},
  Howpublished = {\url{https://github.com/rostepifanov/ecgdatasets}}
}
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rostepifanov/ecgdatasets",
    "name": "ecgdatasets",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Rostislav Epifanov",
    "author_email": "rostepifanov@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "# **E**cg**d**ata**s**ets\n\n## Table of contents\n- [Authors](#authors)\n- [Installation](#installation)\n- [A simple example](#a-simple-example)\n- [Available datasets](#available-datasets)\n- [Citing](#citing)\n\n## Authors\n[**Rostislav Epifanov** \u2014 Researcher in Novosibirsk]()\n\n## Installation\nInstallation from PyPI:\n\n```\npip install ecgdatasets\n```\n\nInstallation from GitHub:\n\n```\npip install git+https://github.com/rostepifanov/ecgdatasets\n```\n\n## A simple example\n\n```python\nimport ecgdatasets as edb\nfrom torch.utils.data import DataLoader\n\n# torch.Dataset\ndataset = edb.PTBXL('.', '1.0.3', download=True, mapper=None)\n\n# torch.DataLoader that is ready to use with torch.nn.Module\ndataloader = DataLoader(dataset, batch_size=32, shuffle=True)\n```\n\n## Available datasets\n\n| Name      | Labels | Source |\n| ---:      | :---:  | :---: |\n| LUDB      | -      | [Physionet](https://physionet.org/content/ludb/) |\n| PTBXL     | -      | [Physionet](https://physionet.org/content/ptb-xl/) |\n| INCARTDB  | -      | [Physionet](https://physionet.org/content/ptb-xl/)|\n\n## Citing\n\nIf you find this library useful for your research, please consider citing:\n\n```\n@misc{epifanov2023ecgdatasets,\n  Author = {Rostislav Epifanov},\n  Title = {Ecgdatasets},\n  Year = {2023},\n  Publisher = {GitHub},\n  Journal = {GitHub repository},\n  Howpublished = {\\url{https://github.com/rostepifanov/ecgdatasets}}\n}\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/rostepifanov/ecgdatasets"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc169a1421c90a8c1d6f6ed901aa7a7c765fa665b3d9f7225aa71d725bc125f7",
                "md5": "0ed67c8036f7d4f2bac1bb482a730290",
                "sha256": "0f410a1f05384753a11494179104491b85ba0fc855c9fa2552d3c920ced35008"
            },
            "downloads": -1,
            "filename": "ecgdatasets-0.0.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0ed67c8036f7d4f2bac1bb482a730290",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 13769,
            "upload_time": "2024-01-05T14:05:17",
            "upload_time_iso_8601": "2024-01-05T14:05:17.396519Z",
            "url": "https://files.pythonhosted.org/packages/dc/16/9a1421c90a8c1d6f6ed901aa7a7c765fa665b3d9f7225aa71d725bc125f7/ecgdatasets-0.0.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-05 14:05:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rostepifanov",
    "github_project": "ecgdatasets",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ecgdatasets"
}
        
Elapsed time: 2.80782s