model/


inferenceActivity.ts

Converts raw accelerometer samples into a counts-per-minute (CPM) activity metric

inferenceCoreTemp.ts

Runs ONNX-based core body temperature inference across multiple model variants

inferenceWGBT.ts

Predicts Wet Bulb Globe Temperature (WBGT) from meteorological inputs via ONNX models

onnxAsset.ts

Manages on-disk caching and session creation for ONNX model assets

onnxRuntime.ts

Lazy-loads and caches the ONNX React Native runtime with descriptive availability errors

weatherTypes.ts

Shared weather data types used across prediction logic and cache persistence