The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.
🤖 KIWISDR AI Training Dataset
Machine learning ready dataset for radio signal classification and detection
📊
Rich Features
Frequency, mode, location, SNR, signal type, timestamp
🎯
ML Ready
Optimized JSONL format for signal classification models
🌐
Global Coverage
Data from receivers worldwide spanning 0-30 MHz
💻 Quick Start
# Load dataset with HuggingFace
from datasets import load_datasetds = load_dataset(
'alphamate/kiwisdr-ai-training'
)print(ds[
'train'
][0])📊 Data Schema
| Field | Type | Description |
|---|---|---|
| frequency | float64 | Radio frequency in MHz |
| mode | string | Modulation mode |
| location | string | Receiver location |
| signal_type | string | Signal classification |
| snr | float32 | Signal-to-noise ratio |
| timestamp | string | Detection time |
- Downloads last month
- 19