Releases: sarvanithin/Medguard
Releases · sarvanithin/Medguard
v0.1.0 - Initial release
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