SeisAug


NameSeisAug JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/ISR-AIML/SeisAug
SummaryA Comprehensive Data Augmentation Python Toolkit for Deep Learning.
upload_time2024-08-26 18:26:22
maintainerNone
docs_urlNone
authorISR-AIML
requires_python>=3.6
licenseNone
keywords seismology earthquakes deep learning data augmentation
VCS
bugtrack_url
requirements obspy matplotlib scipy jupyter ipywidgets numpy
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SeisAug: A Comprehensive Data Augmentation Python Toolkit for Deep Learning

The **SeisAug** toolkit addresses a significant challenge in seismological studies: the limited availability of region- and depth-specific labeled data. This scarcity poses a preliminary drawback when applying deep learning and machine learning techniques. To enhance model performance, we propose data augmentation as a simple yet effective solution.

## Introduction

SeisAug is a Python package designed to facilitate data augmentation for seismology and earthquake-related deep learning tasks.

## Features

* Supports various data augmentation techniques
* Easy to use and integrate with existing workflows
* Compatible with popular deep learning frameworks

## Installation

```bash
pip install seisaug

[email]: isr3aiml@gmail.com

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ISR-AIML/SeisAug",
    "name": "SeisAug",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "Seismology, Earthquakes, Deep Learning, Data Augmentation",
    "author": "ISR-AIML",
    "author_email": "isr3aiml@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2f/70/d3622a4ac3f4b649595a503c7c4f68e3870a9d35edc2f0ce7eb8c504cdf4/SeisAug-1.0.1.tar.gz",
    "platform": null,
    "description": "# SeisAug: A Comprehensive Data Augmentation Python Toolkit for Deep Learning\n\nThe **SeisAug** toolkit addresses a significant challenge in seismological studies: the limited availability of region- and depth-specific labeled data. This scarcity poses a preliminary drawback when applying deep learning and machine learning techniques. To enhance model performance, we propose data augmentation as a simple yet effective solution.\n\n## Introduction\n\nSeisAug is a Python package designed to facilitate data augmentation for seismology and earthquake-related deep learning tasks.\n\n## Features\n\n* Supports various data augmentation techniques\n* Easy to use and integrate with existing workflows\n* Compatible with popular deep learning frameworks\n\n## Installation\n\n```bash\npip install seisaug\n\n[email]: isr3aiml@gmail.com\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Comprehensive Data Augmentation Python Toolkit for Deep Learning.",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/ISR-AIML/SeisAug"
    },
    "split_keywords": [
        "seismology",
        " earthquakes",
        " deep learning",
        " data augmentation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30711d19005c9692eef54c6e0abcf93ffb3859d685e599067a31337704664ca2",
                "md5": "dbaf735512156672eca48cff1b7cf60b",
                "sha256": "f5368465d526ab9947d6b5c335c4026a414fa2afcb2acac909a06980d67ce8ab"
            },
            "downloads": -1,
            "filename": "SeisAug-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dbaf735512156672eca48cff1b7cf60b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 1633,
            "upload_time": "2024-08-26T18:26:20",
            "upload_time_iso_8601": "2024-08-26T18:26:20.804915Z",
            "url": "https://files.pythonhosted.org/packages/30/71/1d19005c9692eef54c6e0abcf93ffb3859d685e599067a31337704664ca2/SeisAug-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f70d3622a4ac3f4b649595a503c7c4f68e3870a9d35edc2f0ce7eb8c504cdf4",
                "md5": "f50894702c29e6dc500c595762222396",
                "sha256": "52c26ec770b2be973117f00ee88fc2841cc47d0bcec1f399523556c8df35b130"
            },
            "downloads": -1,
            "filename": "SeisAug-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f50894702c29e6dc500c595762222396",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1749,
            "upload_time": "2024-08-26T18:26:22",
            "upload_time_iso_8601": "2024-08-26T18:26:22.596355Z",
            "url": "https://files.pythonhosted.org/packages/2f/70/d3622a4ac3f4b649595a503c7c4f68e3870a9d35edc2f0ce7eb8c504cdf4/SeisAug-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-26 18:26:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ISR-AIML",
    "github_project": "SeisAug",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "obspy",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": [
                [
                    "~=",
                    "1.10.0"
                ]
            ]
        },
        {
            "name": "jupyter",
            "specs": []
        },
        {
            "name": "ipywidgets",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        }
    ],
    "lcname": "seisaug"
}
        
Elapsed time: 4.59005s