v0.9.0最新版本2026 年 4 月
优化闭环引擎延迟;睡眠模块新增批处理 API;C++ SDK 增加 Windows x64 目标; Python 包支持 pip 安装,并为 Apple Silicon 与 Linux ARM 提供预编译包。
在 GitHub 查看完整更新日志 →安装包
可用的 SDK
🐍
Python SDK
pip install aikalab-sdkpip install aikalab-sdk
- › 离线批处理
- › 实时数据流接入
- › 兼容 Jupyter Notebook
- › 与 NumPy / MNE 互操作
⚡
C++ SDK
CMake / vcpkgfind_package(aikalab REQUIRED) target_link_libraries(app aikalab::core)
- › 兼容 Android NDK
- › 支持嵌入式 / RTOS 平台
- › 无锁环形缓冲 I/O
- › ARM NEON / x86 SSE
🌐
REST API
无需安装POST /v1/sleep/stage
Authorization: Bearer {key}- › 不限开发语言
- › EDF 文件批量处理
- › Webhook 回调
- › OpenAPI 3.0 接口规范
示例项目
快速上手
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.
文档
