Senselab is a Python package that simplifies building pipelines for speech and voice analysis.
Project description
Welcome to senselab
! 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.
Installation
Install this package via:
pip install senselab
Or get the newest development version via:
pip install git+https://github.com/sensein/senselab.git
Quick start
from senselab.audio.data_structures import Audio
from senselab.audio.tasks.preprocessing import resample_audios
audio1 = Audio.from_filepath('path_to_audio_file.wav')
print("The original audio has a sampling rate of {} Hz.".format(audio1.sampling_rate))
[audio1] = resample_audios([audio1], resample_rate=16000)
print("The resampled audio has a sampling rate of {} Hz.".format(audio1.sampling_rate))
For more detailed information, check out our Getting Started Tutorial.
Why should I use senselab?
- Modular Design: Easily integrate or use standalone transformations for flexible data manipulation.
- Pre-built Pipelines: Access pre-configured pipelines to reduce setup time and effort.
- Reproducibility: Ensure consistent and verifiable results with fixed seeds and version-controlled steps.
- Easy Integration: Seamlessly fit into existing workflows with minimal configuration.
- Extensible: Modify and contribute custom transformations and pipelines to meet specific research needs.
- Comprehensive Documentation: Detailed guides, examples, and documentation for all features and modules.
- Performance Optimized: Efficiently process large datasets with optimized code and algorithms.
- Interactive Examples: Jupyter notebooks provide practical examples for deriving insights from real-world datasets.
Contributing
Please see CONTRIBUTING.md before contributing.
To find out what's currently in progress, please check the Project Board.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file senselab-0.15.0.tar.gz
.
File metadata
- Download URL: senselab-0.15.0.tar.gz
- Upload date:
- Size: 79.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.15 Linux/6.8.0-1014-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e9edc0102e96110c486e731d04043a294f334e3bf64b37010cb2eb6f0a7dda5 |
|
MD5 | 678d22055b2fc66879c453decf2e4928 |
|
BLAKE2b-256 | b635eae25e265437315f7af792ea7a62f6754e769322aa154752ed332d21e669 |
File details
Details for the file senselab-0.15.0-py3-none-any.whl
.
File metadata
- Download URL: senselab-0.15.0-py3-none-any.whl
- Upload date:
- Size: 116.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.15 Linux/6.8.0-1014-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41e216c4470f8caa0dcd836a2153ed6a14f5f5a29b01c7f3441a54d661a7ba5c |
|
MD5 | ca409309ceb575ad9a42da78e81c964f |
|
BLAKE2b-256 | 0553aee5d8196808f6c017b5e7af8af19cc7a2d337ae05eb45c3c62e17532868 |