swip_core 0.1.0 copy "swip_core: ^0.1.0" to clipboard
swip_core: ^0.1.0 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: 'json_linear',
    modelAssetPath: 'assets/models/svm_linear_v1_0.json',
  ),
);
await swip.start();
swip.scores.listen((s) {
  print('SWIP ${s.score0to100.toStringAsFixed(1)} via ${s.modelInfo.id}');
});
0
likes
0
points
4
downloads

Publisher

verified publishersynheart.ai

Weekly Downloads

SWIP Core - Scoring engine for the Synheart Wellness Impact Protocol

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_onnxruntime, synheart_wear

More

Packages that depend on swip_core