v1.0.0-betaLatest ReleaseApril 1, 2026
Initial beta release of the Aika Lab SDK. Includes Signal Processing, Dynamics Modeling, and Acoustic Modulation modules. Sleep, Mood, and Cognitive modules available for Professional tier users.
View full changelog →Packages
Available SDKs
🐍
Python SDK
pip install aikalab-sdkpip install aikalab-sdk
- › Offline batch processing
- › Real-time stream integration
- › Jupyter notebook compatible
- › NumPy / MNE interop
⚡
C++ SDK
CMake / vcpkgfind_package(aikalab REQUIRED) target_link_libraries(app aikalab::core)
- › Android NDK compatible
- › Embedded / RTOS targets
- › Lock-free ring buffer I/O
- › ARM NEON / x86 SSE
🌐
REST API
No installation requiredPOST /v1/sleep/stage
Authorization: Bearer {key}- › Language-agnostic
- › Batch EDF file processing
- › Webhook callbacks
- › OpenAPI 3.0 schema
Example Projects
Get Started Quickly
sleep-staging-demoPython
Full sleep staging pipeline from raw EEG file to hypnogram visualization.
realtime-eeg-viewerPython + React
WebSocket-based real-time EEG dashboard with live frequency band display.
acoustic-modulation-examplePython
Generate and playback neuroacoustic stimulation sequences with parameter logging.
openbci-integrationPython + C++
Bridge OpenBCI hardware with the Aika Lab SDK for real-time closed-loop processing.
Documentation
