Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 2.01 KB

File metadata and controls

23 lines (16 loc) · 2.01 KB

AIDRIN – AI Data Readiness Infrastructure

PyPI Python DOI

Tests Build Docs Dependencies

AIDRIN (AI Data Readiness Infrastructure) is a lightweight, open-source tool designed to evaluate the readiness of datasets for AI and machine learning workflows. It assesses dataset quality, completeness, and structure through quantitative metrics, across six dimensions of data readiness.

There are four ways to use it:

  • Web interface: an interactive dashboard, hosted at aidrin.org or self-hosted.
  • Command line: aidrin data-quality data.csv and friends, for pipelines and CI. Includes an agentic evaluation component for domain-aware question answering and remediation.
  • Python library: pip install aidrin, for notebooks and scripts.
  • Claude Code: an MCP server (aidrin-mcp) and skill, to assess datasets in plain language.

For installation, usage, and contribution guidelines, please refer to the AIDRIN documentation.

Please read our Code of Conduct before contributing.