Skip to content

Releases: sarvanithin/Medguard

v0.1.0 - Initial release

15 Mar 23:14

Choose a tag to compare

medguard-llm v0.1.0

Healthcare-specific LLM guardrails middleware for clinical safety.

Features

  • PHI detection & redaction (SSN, DOB, MRN, phone, email, name)
  • Drug-drug interaction checking via OpenFDA + RxNorm + static fallback
  • Clinical scope enforcement (blocks legal/financial queries)
  • Medical hallucination detection (fake drug names, impossible dosages, overconfident
    claims)
  • FastAPI server with /v1/chat, /v1/check/phi, /v1/check/drug-interactions
  • Streaming support (SSE)
  • NeMo Guardrails integration

Install

pip install medguard-llm