Metadata-Version: 2.4
Name: cordthym
Version: 0.0.1
Summary: Placeholder - a heart-rhythm monitor that learns one patient by remembering them. Not cleared by any regulator.
Author: VektorGeist
License: Apache-2.0
Project-URL: Homepage, https://vektorgeist.com
Project-URL: Research, https://vektorgeist.com/research
Keywords: ecg,heart-rhythm,memory-based-learning,explainable,local-first
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Cordthym

**Name reservation.** This is a placeholder release. The software is not distributed here yet.

Cordthym is a heart-rhythm monitor that learns *one* patient by remembering them — no training
step, no model weights, no cloud. It is given examples of that person's own rhythm, stores them,
and classifies new rhythm by comparing against those stored episodes. Every call points back at
the specific remembered episodes that produced it, with distances, so any decision can be audited.
It runs offline on ordinary hardware and improves with every example added, without retraining.

## Regulatory status

**Not cleared or approved by any regulator.** No clinical claim is made for this software, and
nothing here may be relied on for diagnosis, treatment, or patient management.

- Method and validation record, negatives included:
  <https://xfloukiex-lab.github.io/cordthym-study/>
- Research programme: <https://vektorgeist.com/research>

Licensed Apache-2.0. Published by VektorGeist.
