Metadata-Version: 2.4
Name: judgelens
Version: 0.1.0
Summary: A model-agnostic framework for quantifying and correcting systematic biases in LLM-as-judge evaluation pipelines.
License: MIT
License-File: LICENSE
Author: suryanox
Requires-Python: >=3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: litellm (>=1.0.0,<=1.70.0)
Description-Content-Type: text/markdown

# Judgelens
A model-agnostic framework for quantifying and correcting systematic biases in LLM-as-judge evaluation pipelines.

# Install
```bash
pip install judgelens
```

# Examples
Check out full working examples here:

- [`examples/`](https://github.com/suryanox/judgelens/tree/main/examples)

