hallucination-guard


Namehallucination-guard JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummarySelfCheckGPT-inspired hallucination detection decorator for LLM apps
upload_time2025-08-16 21:36:56
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords ai consistency guard hallucination llm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "hallucination-guard",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "ai, consistency, guard, hallucination, llm",
    "author": null,
    "author_email": "Amandeep Tiwary <amandeep.tiwary01@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/b7/eb/4514cab45b5009eabf9c77a0e24e131ad42d7e08a8db891a860ecd1b0f9c/hallucination_guard-0.1.0.tar.gz",
    "platform": null,
    "description": "# hallucination-guard\n\nSelfCheckGPT-inspired hallucination detection as a **Python decorator**.  \nEasily wrap LLM calls in your apps / APIs and get hallucination scores.\n\n## Install\n```bash\npip install hallucination-guard\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "SelfCheckGPT-inspired hallucination detection decorator for LLM apps",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/amandeep75/hallucination-guard",
        "Repository": "https://github.com/amandeep75/hallucination-guard"
    },
    "split_keywords": [
        "ai",
        " consistency",
        " guard",
        " hallucination",
        " llm"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f12cf3604e64ecfc4bd5e8f11d2f31e27489a9c325dc8a92560c3bbf36537b7e",
                "md5": "9c13487261f59cc9f901f28822aebd9b",
                "sha256": "2b819b2a6dc2bea1dd8653b63741d12793b6a5257b0fe859f83fe5a5fa3b1112"
            },
            "downloads": -1,
            "filename": "hallucination_guard-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9c13487261f59cc9f901f28822aebd9b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4954,
            "upload_time": "2025-08-16T21:36:55",
            "upload_time_iso_8601": "2025-08-16T21:36:55.382508Z",
            "url": "https://files.pythonhosted.org/packages/f1/2c/f3604e64ecfc4bd5e8f11d2f31e27489a9c325dc8a92560c3bbf36537b7e/hallucination_guard-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b7eb4514cab45b5009eabf9c77a0e24e131ad42d7e08a8db891a860ecd1b0f9c",
                "md5": "65edf69c0784dd3f0249b5c47de26731",
                "sha256": "1d15ec84c0e9e8fee52b241656164d9a3b85ded2277fe8f6293e3767fa064e19"
            },
            "downloads": -1,
            "filename": "hallucination_guard-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "65edf69c0784dd3f0249b5c47de26731",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 16550,
            "upload_time": "2025-08-16T21:36:56",
            "upload_time_iso_8601": "2025-08-16T21:36:56.574190Z",
            "url": "https://files.pythonhosted.org/packages/b7/eb/4514cab45b5009eabf9c77a0e24e131ad42d7e08a8db891a860ecd1b0f9c/hallucination_guard-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-16 21:36:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "amandeep75",
    "github_project": "hallucination-guard",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "hallucination-guard"
}
        
Elapsed time: 0.92248s