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_dataset

ds = load_dataset(

'alphamate/kiwisdr-ai-training'

)

print(ds[

'train'

][0])

📊 Data Schema

Field Type Description
frequencyfloat64Radio frequency in MHz
modestringModulation mode
locationstringReceiver location
signal_typestringSignal classification
snrfloat32Signal-to-noise ratio
timestampstringDetection time

Data sourced from KIWISDR network

Created by AlphaMate · AI Training Dataset

Downloads last month
19