
HIA (Health Insights Agent)
Open-source AI agent that analyzes blood-report PDFs and returns personalized health insights, with authentication and analysis history.
🛡️ AgentReady threat assessment
MAESTRO 7-layer threat model + OWASP AIVSS risk score for HIA (Health Insights Agent), derived from its capabilities.
These scores are auto-generated from public information (the agent's own listing, docs, and repository) using the canonical OWASP AIVSS formula and the MAESTRO framework — an estimate for guidance, not a penetration test, audit, or certification. See the scoring methodology. Are you the vendor? Factual corrections are free.
Overview
HIA (Health Insights Agent) is an open-source Streamlit app that lets users upload blood report PDFs and receive AI-generated, personalized health insights. It uses an agent-based architecture with a multi-model cascade via Groq for reliability, performs PDF validation and text extraction (up to 20MB), and supports secure user authentication plus session history for tracking past analyses. The project is built around a practical “report → extraction → analysis → insights” workflow and is designed to be deployable with Supabase (DB + Auth) and simple Streamlit configuration.
Key features
- health
- blood report
- pdf analysis
- streamlit
- supabase
- supabase-auth
- groq
- llama
- agent architecture
- model fallback
Use cases
- Summarizing blood test reports into plain-language insights and next-step discussion points.
- Automating extraction + analysis from uploaded medical-report PDFs (with validation and size limits).
- Building a health-report analysis workflow with auth, persistence, and analysis history using Supabase.
- Using a multi-model fallback strategy (Groq-hosted Llama family models) to improve robustness.