PocketMed is a personal medical file that lives on your phone and travels with you everywhere.
It stores your key health information and uses an LLM engine to provide short, safe, personalized answers to your medical questions β starting with diabetes.
This MVP demonstrates how real patient data
β is structured,
β fed into an LLM,
β and turned into personalized health insights, not generic internet answers.
A simple, always-available snapshot of your health:
- Age
- Gender
- Diabetes type
- Disease duration
- Current medications
- Comorbidities
- Latest HbA1c
PocketMed tailors every answer based on the userβs real clinical profile, not one-size-fits-all information.
Two users may ask the same question β
PocketMed gives different answers depending on their data.
- Fully in English or Persian (depending on user input)
- No prescribing / no dosing / no treatment orders
- Medical terms appear cleanly (e.g., HbA1c, Metformin)
flowchart LR
A[Patient Profile] --> B[Structured Prompt]
B --> C[LLM Engine]
C --> D[Personalized Answer]
