https://github.com/lithdew/healthdb
Consensus HK 2025
https://github.com/lithdew/healthdb
Last synced: over 1 year ago
JSON representation
Consensus HK 2025
- Host: GitHub
- URL: https://github.com/lithdew/healthdb
- Owner: lithdew
- Created: 2025-02-19T04:57:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T05:10:25.000Z (over 1 year ago)
- Last Synced: 2025-03-09T20:17:11.348Z (over 1 year ago)
- Language: TypeScript
- Size: 2.93 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# healthdb
HealthDB is an AI agent that organizes, collates, and enriches your personal health information. It was developed with the motivation of allowing users to have a structured, queryable database of their symptoms, health records, and medical history in order to combat [diagnostic errors that costs hundreds of thousands of lives each year](<[text](https://www.businessinsider.com/doctors-misdiagnose-lower-risk-deaths-2023-7)>).

https://github.com/user-attachments/assets/2a29f301-696c-4d7a-a1e5-75f5f6231600
Data is collected from a variety of sources, including your:
- medical records,
- lab results,
- wearable devices,
- medical devices (i.e. blood pressure monitor),
- clinical notes,
... and your conversations with HealthDB itself.
To ensure that responses are informative and context-aware, every reply by HealthDB to your queries is generated via a probabilistically-weighted Monte Carlo Tree Search over hundreds of LLM invocations that are scored based on the quality of each individual response.
The entire system runs locally on your device to ensure compliance with GDPR and HIPAA, safeguarding your sensitive health information.
In order to pay for the compute used to run the AI agent, a micropayment protocol was developed and deployed on Aptos Testnet.
The micropayments protocol is a Move smart contract that allows for deferring the finality of payments between the user and the compute used to run the AI agent in order to optimize transaction fees.
A `HEALTH` token was created to represent the micropayments protocol, with intentions to have the token be used to foster a computing marketplace and developer community that powers a health-focused AI agent ecosystem.
To install dependencies:
```bash
bun install
```
To run:
```bash
bun dev
```
This project was created using `bun init` in bun v1.2.3. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.