|
10 | 10 |
|
11 | 11 | 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. |
12 | 12 |
|
| 13 | +### Why should I use senselab? |
| 14 | +- **Modular Design**: Easily integrate or use standalone transformations for flexible data manipulation. |
| 15 | +- **Pre-built Pipelines**: Access pre-configured pipelines to reduce setup time and effort. |
| 16 | +- **Reproducibility**: Ensure consistent and verifiable results with fixed seeds and version-controlled steps. |
| 17 | +- **Easy Integration**: Seamlessly fit into existing workflows with minimal configuration. |
| 18 | +- **Extensible**: Modify and contribute custom transformations and pipelines to meet specific research needs. |
| 19 | +- **Comprehensive Documentation**: Detailed guides, examples, and documentation for all features and modules. |
| 20 | +- **Performance Optimized**: Efficiently process large datasets with optimized code and algorithms. |
| 21 | +- **Interactive Examples**: Jupyter notebooks provide practical examples for deriving insights from real-world datasets. |
| 22 | + |
13 | 23 | **Caution:**: this package is still under development and may change rapidly over the next few weeks. |
14 | 24 |
|
15 | 25 | ## ⚠️ System Requirements |
@@ -67,17 +77,13 @@ print("The resampled audio has a sampling rate of {} Hz.".format(audio1.sampling |
67 | 77 | For more detailed information, check out our [**Getting Started Tutorial**](https://github.com/sensein/senselab/blob/main/tutorials/audio/getting_started.ipynb). |
68 | 78 |
|
69 | 79 |
|
70 | | -## Why should I use senselab? |
71 | | -- **Modular Design**: Easily integrate or use standalone transformations for flexible data manipulation. |
72 | | -- **Pre-built Pipelines**: Access pre-configured pipelines to reduce setup time and effort. |
73 | | -- **Reproducibility**: Ensure consistent and verifiable results with fixed seeds and version-controlled steps. |
74 | | -- **Easy Integration**: Seamlessly fit into existing workflows with minimal configuration. |
75 | | -- **Extensible**: Modify and contribute custom transformations and pipelines to meet specific research needs. |
76 | | -- **Comprehensive Documentation**: Detailed guides, examples, and documentation for all features and modules. |
77 | | -- **Performance Optimized**: Efficiently process large datasets with optimized code and algorithms. |
78 | | -- **Interactive Examples**: Jupyter notebooks provide practical examples for deriving insights from real-world datasets. |
79 | | - |
80 | 80 | ## Contributing |
81 | | -Please see [**CONTRIBUTING.md**](https://github.com/sensein/senselab/blob/main/CONTRIBUTING.md) before contributing. |
82 | | - |
83 | | -To find out what's currently in progress, please check the [**Project Board**](https://github.com/orgs/sensein/projects/45). |
| 81 | +We welcome contributions from the community! Before getting started, please review our [**CONTRIBUTING.md**](https://github.com/sensein/senselab/blob/main/CONTRIBUTING.md). |
| 82 | + |
| 83 | +## Acknowledgments |
| 84 | +`senselab` is mostly supported by the following organizations and initiatives: |
| 85 | +- McGovern Institute ICON Fellowship |
| 86 | +- NIH Bridge2AI Precision Public Health (OT2OD032720) |
| 87 | +- Child Mind Institute |
| 88 | +- ReadNet Project |
| 89 | +- Chris and Lann Woehrle Psychiatric Fund |
0 commit comments