AxonData commited on
Commit
8af8a04
·
verified ·
1 Parent(s): 0440e2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +199 -1
README.md CHANGED
@@ -1,3 +1,201 @@
1
  ---
2
- license: cc-by-nc-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - audio-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - infant-cry-detection
9
+ - infant-cry-classification
10
+ - baby-cry-detection
11
+ - baby-cry-classification
12
+ - infant-cry
13
+ - baby-cry
14
+ - cry-detection
15
+ - sound-event-detection
16
+ - audio-classification
17
+ - baby-monitor
18
+ - smart-home
19
+ - smart-baby-monitor
20
+ - parental-tech
21
+ - sleep-tracking
22
+ - acoustic-event-detection
23
+ - environmental-sound
24
+ - real-world-audio
25
+ - field-recordings
26
+ - WAV
27
+ - audio-dataset
28
+ size_categories:
29
+ - 1K<n<10K
30
+ pretty_name: Infant Cry Detection Audio Dataset
31
+ modality:
32
+ - audio
33
  ---
34
+ # Infant Cry Detection Dataset — 50+ Hours of Real Baby Cry Audio
35
+
36
+ **50+ hours of real infant cry recordings** for training infant cry detection, cry classification, and sound event detection models. Manually verified files captured in natural domestic conditions, with per-file metadata on location, background noise, and recording device. **7× larger than the most cited academic infant cry corpus (CryCeleb, 6.5h)** — and licensed for commercial use.
37
+
38
+ ## Contact us and share your feedback — receive additional samples for free! 😊
39
+
40
+ ## Key Highlights
41
+
42
+ - **50+ hours** of real-world infant cry audio
43
+ - **Manually verified** — every recording reviewed for clear cry audibility
44
+ - **Authenticity filter applied** — files resembling internet downloads removed
45
+ - **Indoor + outdoor** capture conditions
46
+ - **Background noise variation** — quiet, moderate, and noisy environments
47
+ - **No synthetic audio, no augmentation, no AI-generated content**
48
+ - Smartphone-first recordings (matches baby monitor deployment conditions)
49
+ - **Commercial license available** — full version cleared for production use
50
+
51
+ ## Use This Dataset For
52
+
53
+ - **Infant cry detection** — train binary or multi-class cry detectors for smart baby monitors, IoT cameras, and nursery devices
54
+ - **Sound event detection (SED)** — cry as a target class in AudioSet-style models
55
+ - **Sleep tracking applications** — detect cry events to estimate infant sleep quality
56
+ - **Cry-aware smart home automation** — trigger lighting, audio response, or parent notifications
57
+ - **Parental support apps** — distinguish cry from other infant sounds (cooing, babbling, fussing)
58
+ - **Audio classification research** — clean, labeled training data on a focused class
59
+
60
+ ## Dataset Structure
61
+
62
+ ```
63
+ infant-cry-detection-dataset/
64
+ ├── audio/
65
+ │ ├── cry_00001.wav
66
+ │ ├── cry_00002.m4a
67
+ │ └── ... (WAV + M4A files)
68
+ ├── metadata.csv
69
+ └── README.md
70
+ ```
71
+
72
+ ### metadata.csv schema
73
+
74
+ | Field | Type | Values |
75
+ |-------|------|--------|
76
+ | `record_id` | string | unique recording ID |
77
+ | `file_name` | string | path to audio file |
78
+ | `file_ext` | string | .wav, .m4a |
79
+ | `duration_sec` | float | 10–100 seconds |
80
+ | `sample_rate_hz` | int | 48000 (majority), 44100, 16000 |
81
+ | `validation_status` | string | accepted |
82
+ | `signal_clear` | string | yes (all files confirmed clear) |
83
+ | `recording_location` | string | indoor, outdoor |
84
+ | `background_noise_level` | string | quiet, moderate, noisy |
85
+ | `device_type` | string | smartphone, laptop, tablet, external_mic |
86
+ | `codec_name` | string | pcm_s16le, aac |
87
+
88
+ ## Dataset Statistics
89
+
90
+ | Metric | Value |
91
+ |--------|-------|
92
+ | Total duration | 50+ hours |
93
+ | File formats | WAV (majority) + M4A |
94
+ | File duration range | 10–100 sec |
95
+ | Sample rates | 48 kHz / 44.1 kHz / 16 kHz |
96
+ | Recording locations | indoor + outdoor |
97
+ | Noise conditions | quiet / moderate / noisy |
98
+ | Capture devices | smartphone (majority), laptop, tablet, external mic |
99
+ | Verification | manual review of every file |
100
+
101
+ ## How This Compares to Academic Infant Cry Datasets
102
+
103
+ | Dataset | Duration | License | Best for |
104
+ |---------|----------|---------|----------|
105
+ | **Axon Labs Infant Cry Detection** | **50+ hours** | **Commercial** | **Production cry detection & SED** |
106
+ | CryCeleb (Ubenwa) | 6.5 hours | CC-BY-NC-ND (research only) | Speaker verification across infant identities |
107
+ | Donate a Cry Corpus | <1 hour | Open, crowdsourced | Cry cause classification (small-scale research) |
108
+
109
+ CryCeleb and Donate a Cry remain the leading academic resources for their respective research tasks. Our dataset complements them by providing the scale and licensing required for production-grade detection models in commercial baby monitor, sleep tracking, and smart home applications.
110
+
111
+ ## Quick Start — Loading with 🤗 Datasets
112
+
113
+ ```python
114
+ from datasets import load_dataset
115
+
116
+ dataset = load_dataset("AxonData/infant-cry-detection-dataset")
117
+ print(dataset)
118
+
119
+ sample = dataset["train"][0]
120
+ print(sample["audio"]) # audio array + sampling_rate
121
+ print(sample["recording_location"]) # e.g. "indoor"
122
+ print(sample["background_noise_level"]) # e.g. "quiet"
123
+ print(sample["device_type"]) # e.g. "smartphone"
124
+ ```
125
+
126
+ ## Quick Start — PyTorch DataLoader
127
+
128
+ ```python
129
+ import torch
130
+ from datasets import load_dataset
131
+
132
+ ds = load_dataset("AxonData/infant-cry-detection-dataset", split="train")
133
+
134
+ def collate(batch):
135
+ waveforms = [torch.tensor(item["audio"]["array"]) for item in batch]
136
+ metadata = [{
137
+ "location": item["recording_location"],
138
+ "noise": item["background_noise_level"]
139
+ } for item in batch]
140
+ return waveforms, metadata
141
+
142
+ loader = torch.utils.data.DataLoader(ds, batch_size=8, collate_fn=collate)
143
+ ```
144
+
145
+ ## Sample vs Full Version
146
+
147
+ This HuggingFace repository contains a **sample subset** for evaluation. The full 50+ hour dataset is licensed for commercial use through Axon Labs.
148
+
149
+ **Full version of dataset is available for commercial usage — leave a request on our website [Axonlabs](https://axonlab.ai/dataset/infant-cry-dataset/?utm_source=hugging-face&utm_medium=cpc&utm_campaign=infant-cry&utm_content=readme) to purchase the dataset 💰**
150
+
151
+ ## What Makes This Dataset Unique
152
+
153
+ - **Largest infant cry audio corpus available commercially** — multiple times the size of leading academic alternatives
154
+ - **Manually verified, not scraped** — every file reviewed; suspicious files removed
155
+ - **Authenticity-filtered** — directly addresses a documented problem in open datasets (noisy, internet-sourced contamination)
156
+ - **Real smartphone recordings** — matches deployment conditions for baby monitor apps and smart home devices
157
+ - **Backed by a biometric AI specialist** — Axon Labs builds datasets used by 21% of iBeta 2025 certified companies
158
+ - **GDPR-compliant, ethically sourced** — explicit parental consent for all recordings
159
+
160
+ ## Two Dataset Versions Available
161
+
162
+ - **Sample Version** — open subset for EDA, evaluation, and proof-of-concept (this repo)
163
+ - **Full Version** — 50+ hours of audio with complete metadata, licensed for commercial training
164
+
165
+ [Contact us](https://axonlab.ai/dataset/infant-cry-dataset/) to choose the version that fits your project.
166
+
167
+ ## FAQ
168
+
169
+ **Q: How large is this dataset compared to public alternatives?**
170
+ The full version is 50+ hours of curated infant cry audio. The most widely cited academic alternative, CryCeleb, contains 6.5 hours of cry expirations. Donate a Cry Corpus contains less than 1 hour of crowdsourced audio with documented quality issues. By volume of verified cry audio licensed for commercial training, this is the most extensive resource currently available.
171
+
172
+ **Q: Can I use this dataset to train a production baby monitor or sleep tracking app?**
173
+ Yes — the full commercial version is licensed exactly for this. The sample version on HuggingFace is for evaluation, EDA, and proof-of-concept work. For production training, [request access to the full version](https://axonlab.ai/dataset/infant-cry-dataset/).
174
+
175
+ **Q: What metadata is provided?**
176
+ Recording location (indoor/outdoor), background noise level (quiet/moderate/noisy), recording device type (smartphone/laptop/tablet/external microphone), validation status, and per-file signal clarity confirmation. All files in the curated set have been confirmed as clear, original infant cry recordings.
177
+
178
+ **Q: Are there labels for cry cause (hunger, pain, discomfort)?**
179
+ Not in this release. The dataset is designed for cry **detection** (is a cry present) and sound event detection use cases. If you need labeled cry-cause data, we can collect a custom dataset on request through our data collection service.
180
+
181
+ **Q: Is the data ethically collected?**
182
+ Yes. All recordings were captured with explicit parental consent and documented chain of custody. Processing follows GDPR and applicable standards for audio data involving minors. Full ethical sourcing documentation is available for the commercial version.
183
+
184
+ ## Citation
185
+
186
+ If you use this dataset in your research, please cite:
187
+
188
+ ```bibtex
189
+ @misc{axonlabs2026infantcry,
190
+ title = {Infant Cry Detection Audio Dataset},
191
+ author = {Axon Labs},
192
+ year = {2026},
193
+ url = {https://axonlab.ai/dataset/infant-cry-dataset/}
194
+ }
195
+ ```
196
+
197
+ ---
198
+
199
+ **keywords**: infant cry dataset, baby cry dataset, infant cry detection, infant cry classification, baby cry detection, sound event detection, audio classification dataset, baby monitor dataset, smart home audio, real-world infant audio, parental tech dataset
200
+
201
+ Visit us at [**Axonlabs**](https://axonlab.ai/?utm_source=hugging-face&utm_medium=cpc&utm_campaign=infant-cry&utm_content=footer) to request a full version of the dataset for commercial usage.