Two microservices that build a personal health wiki from medical documents.
- Service 1 — Extractor: converts PDFs, xlsx, images to structured markdown
- Service 2 — Synthesizer: calls an LLM to create/update wiki pages
Supports any LLM provider (Anthropic, OpenAI, Google, Ollama). See each service README for setup instructions.