swip_core 0.1.0+4 copy "swip_core: ^0.1.0+4" to clipboard
swip_core: ^0.1.0+4 copied to clipboard

SWIP Core - Scoring engine for the Synheart Wellness Impact Protocol

swip_core (Flutter) #

SWIP SDK core – integrates with synheart_wear, computes SDNN, runs a tiny on‑device model, and streams a 0–100 SWIP score.

Quick start #

final swip = SWIPManager();
await swip.initialize(
  config: const SWIPConfig(
    modelBackend: 'onnx',
    modelAssetPath:
        'packages/swip_core/assets/models/extratrees_wrist_all_v1_0.onnx',
  ),
);
await swip.start();
swip.scores.listen((s) {
  print('SWIP ${s.score0to100.toStringAsFixed(1)} via ${s.modelInfo.id}');
});
0
likes
130
points
4
downloads

Publisher

verified publishersynheart.ai

Weekly Downloads

SWIP Core - Scoring engine for the Synheart Wellness Impact Protocol

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_onnxruntime

More

Packages that depend on swip_core