Metadata-Version: 2.4
Name: hallucination-guard
Version: 0.1.0
Summary: SelfCheckGPT-inspired hallucination detection decorator for LLM apps
Project-URL: Homepage, https://github.com/amandeep75/hallucination-guard
Project-URL: Repository, https://github.com/amandeep75/hallucination-guard
Author-email: Amandeep Tiwary <amandeep.tiwary01@gmail.com>
License: MIT
License-File: LICENSE
Keywords: ai,consistency,guard,hallucination,llm
Requires-Python: >=3.8
Requires-Dist: scikit-learn>=1.0.0
Provides-Extra: ollama
Requires-Dist: ollama; extra == 'ollama'
Description-Content-Type: text/markdown

# hallucination-guard

SelfCheckGPT-inspired hallucination detection as a **Python decorator**.  
Easily wrap LLM calls in your apps / APIs and get hallucination scores.

## Install
```bash
pip install hallucination-guard
