Skip to content

Commit a41ffc0

Browse files
authored
Update README.md
Added source of fundings to the README
1 parent d9177d1 commit a41ffc0

1 file changed

Lines changed: 19 additions & 13 deletions

File tree

README.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010

1111
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.
1212

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+
1323
**Caution:**: this package is still under development and may change rapidly over the next few weeks.
1424

1525
## ⚠️ System Requirements
@@ -67,17 +77,13 @@ print("The resampled audio has a sampling rate of {} Hz.".format(audio1.sampling
6777
For more detailed information, check out our [**Getting Started Tutorial**](https://github.com/sensein/senselab/blob/main/tutorials/audio/getting_started.ipynb).
6878

6979

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-
8080
## 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

Comments
 (0)