Lars Masanneck
Restore weight label in biomarker mapping
c7aa9c1
|
raw
history blame
770 Bytes
metadata
title:  Withings Z-Score Normalizer
emoji: 📊
colorFrom: blue
colorTo: green
sdk: docker
app_port: 8501
suggested_hardware: cpu-basic
suggested_storage: small
short_description: Streamlit app to normalize Withings data
tags:
  - withings
  - z-score
  - normalization
  - streamlit
  - health-data

Withings Z-Score Normalizer

This Streamlit application computes normative Z-scores and percentiles for various Withings smartwatch biomarkers by comparing user-provided values against a global normative dataset. It helps you interpret individual health metrics relative to global distributions.

Note: Weight normalization is currently disabled in the UI. You can re-enable it by removing "weight" from the DISABLED_BIOMARKERS set in app.py.