senselab


Namesenselab JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://github.com/sensein/senselab
SummarySenselab is a Python package that simplifies building pipelines for speech and voice analysis.
upload_time2024-06-21 21:17:42
maintainerFabio Catania
docs_urlNone
authorFabio Catania
requires_python<4.0,>=3.10
licenseApache-2.0
keywords voice speech audio
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # The ```senselab``` repo

[![Build](https://github.com/sensein/senselab/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/sensein/senselab/actions/workflows/test.yaml?query=branch%3Amain)
[![codecov](https://codecov.io/gh/sensein/senselab/graph/badge.svg?token=9S8WY128PO)](https://codecov.io/gh/sensein/senselab)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

[![PyPI](https://img.shields.io/pypi/v/senselab.svg)](https://pypi.org/project/senselab/)
[![Python Version](https://img.shields.io/pypi/pyversions/senselab)](https://pypi.org/project/senselab)
[![License](https://img.shields.io/pypi/l/senselab)](https://opensource.org/licenses/Apache-2.0)

[![pages](https://img.shields.io/badge/api-docs-blue)](https://sensein.github.io/senselab)

Welcome to the ```senselab``` repo! This is a Python package for streamlining the processing and analysis of behavioral data, such as voice and speech patterns, with robust and reproducible methodologies.

**Caution:**: this package is still under development and may change rapidly over the next few weeks.

## Features
- **Modular design**: Utilize a variety of task-specific transformations that can be easily integrated or used standalone, allowing for flexible data manipulation and analysis strategies.

- **Pre-built pipelines**: Access pre-configured pipelines combining multiple transformations tailored for common analysis tasks, which help in reducing setup time and effort.

- **Reproducibility**: Ensures consistent outputs through the use of fixed seeds and version-controlled processing steps, making your results verifiable and easily comparable.

- **Easy integration**: Designed to fit into existing workflows with minimal configuration, `senselab` can be used alongside other data analysis tools and frameworks seamlessly.

- **Extensible**: Open to modifications and contributions, the package can be expanded with custom transformations and pipelines to meet specific research needs. <u>Do you want to contribute? Please, reach out!</u>

- **Comprehensive documentation**: Comes with detailed documentation for all features and modules, including examples and guides on how to extend the package for other types of behavioral data analysis.

- **Performance Optimized**: Efficiently processes large datasets with optimized code and algorithms, ensuring quick turnaround times even for complex analyses.

- **Interactive Examples**: Includes Jupyter notebooks that provide practical examples of how `senselab` can be implemented to derive insights from real-world data sets.

Whether you're researching speech disorders, analyzing customer service calls, or studying communication patterns, `senselab` provides the tools and flexibility needed to extract meaningful conclusions from your data.


## Installation
Install this package via:

```sh
pip install senselab
```

Or get the newest development version via:

```sh
pip install git+https://github.com/sensein/senselab.git
```

## Quick start
```Python
from senselab.app import hello_world

hello_world()
```

## Contributing
Please see [CONTRIBUTING.md](CONTRIBUTING.md) before contributing.

## To do
Please see the [Project Board](https://github.com/orgs/sensein/projects/45).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sensein/senselab",
    "name": "senselab",
    "maintainer": "Fabio Catania",
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": "fabiocat@mit.edu",
    "keywords": "voice, speech, audio",
    "author": "Fabio Catania",
    "author_email": "fabiocat@mit.edu",
    "download_url": "https://files.pythonhosted.org/packages/49/69/398480e7cf0ce3552622b0cf39b5c32e71641a6b5f36942bd317bc345fc2/senselab-0.4.0.tar.gz",
    "platform": null,
    "description": "# The ```senselab``` repo\n\n[![Build](https://github.com/sensein/senselab/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/sensein/senselab/actions/workflows/test.yaml?query=branch%3Amain)\n[![codecov](https://codecov.io/gh/sensein/senselab/graph/badge.svg?token=9S8WY128PO)](https://codecov.io/gh/sensein/senselab)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n\n[![PyPI](https://img.shields.io/pypi/v/senselab.svg)](https://pypi.org/project/senselab/)\n[![Python Version](https://img.shields.io/pypi/pyversions/senselab)](https://pypi.org/project/senselab)\n[![License](https://img.shields.io/pypi/l/senselab)](https://opensource.org/licenses/Apache-2.0)\n\n[![pages](https://img.shields.io/badge/api-docs-blue)](https://sensein.github.io/senselab)\n\nWelcome to the ```senselab``` repo! This is a Python package for streamlining the processing and analysis of behavioral data, such as voice and speech patterns, with robust and reproducible methodologies.\n\n**Caution:**: this package is still under development and may change rapidly over the next few weeks.\n\n## Features\n- **Modular design**: Utilize a variety of task-specific transformations that can be easily integrated or used standalone, allowing for flexible data manipulation and analysis strategies.\n\n- **Pre-built pipelines**: Access pre-configured pipelines combining multiple transformations tailored for common analysis tasks, which help in reducing setup time and effort.\n\n- **Reproducibility**: Ensures consistent outputs through the use of fixed seeds and version-controlled processing steps, making your results verifiable and easily comparable.\n\n- **Easy integration**: Designed to fit into existing workflows with minimal configuration, `senselab` can be used alongside other data analysis tools and frameworks seamlessly.\n\n- **Extensible**: Open to modifications and contributions, the package can be expanded with custom transformations and pipelines to meet specific research needs. <u>Do you want to contribute? Please, reach out!</u>\n\n- **Comprehensive documentation**: Comes with detailed documentation for all features and modules, including examples and guides on how to extend the package for other types of behavioral data analysis.\n\n- **Performance Optimized**: Efficiently processes large datasets with optimized code and algorithms, ensuring quick turnaround times even for complex analyses.\n\n- **Interactive Examples**: Includes Jupyter notebooks that provide practical examples of how `senselab` can be implemented to derive insights from real-world data sets.\n\nWhether you're researching speech disorders, analyzing customer service calls, or studying communication patterns, `senselab` provides the tools and flexibility needed to extract meaningful conclusions from your data.\n\n\n## Installation\nInstall this package via:\n\n```sh\npip install senselab\n```\n\nOr get the newest development version via:\n\n```sh\npip install git+https://github.com/sensein/senselab.git\n```\n\n## Quick start\n```Python\nfrom senselab.app import hello_world\n\nhello_world()\n```\n\n## Contributing\nPlease see [CONTRIBUTING.md](CONTRIBUTING.md) before contributing.\n\n## To do\nPlease see the [Project Board](https://github.com/orgs/sensein/projects/45).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Senselab is a Python package that simplifies building pipelines for speech and voice analysis.",
    "version": "0.4.0",
    "project_urls": {
        "Documentation": "https://sensein.github.io/senselab",
        "Homepage": "https://github.com/sensein/senselab",
        "Repository": "https://github.com/sensein/senselab"
    },
    "split_keywords": [
        "voice",
        " speech",
        " audio"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94c7fa7ad2b8ae5d5fb4d996fc4cc8346fa79caa37dcd122365be0056fb3951c",
                "md5": "175f9ff83b24ca58383999a91e120d07",
                "sha256": "24ff9c27af1cb75bf22b2c8e2b2ca65683432b11ddfb4a15fb264ca013546f5a"
            },
            "downloads": -1,
            "filename": "senselab-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "175f9ff83b24ca58383999a91e120d07",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 56550,
            "upload_time": "2024-06-21T21:17:40",
            "upload_time_iso_8601": "2024-06-21T21:17:40.311842Z",
            "url": "https://files.pythonhosted.org/packages/94/c7/fa7ad2b8ae5d5fb4d996fc4cc8346fa79caa37dcd122365be0056fb3951c/senselab-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4969398480e7cf0ce3552622b0cf39b5c32e71641a6b5f36942bd317bc345fc2",
                "md5": "dbf093aaab509dca14628e955481467a",
                "sha256": "4b35cd36b61e669604dbb121e7f06eba240e4bdd714f26e26686a1cf8ada45ad"
            },
            "downloads": -1,
            "filename": "senselab-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "dbf093aaab509dca14628e955481467a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 39462,
            "upload_time": "2024-06-21T21:17:42",
            "upload_time_iso_8601": "2024-06-21T21:17:42.207302Z",
            "url": "https://files.pythonhosted.org/packages/49/69/398480e7cf0ce3552622b0cf39b5c32e71641a6b5f36942bd317bc345fc2/senselab-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-21 21:17:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sensein",
    "github_project": "senselab",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "senselab"
}
        
Elapsed time: 0.27678s