Metadata-Version: 2.4
Name: aidrin
Version: 2026.7.1
Summary: A tool to evaluate the readiness of data for AI
Maintainer-email: Kaveen Hiniduma <hiniduma.1@osu.edu>, Suren Byna <byna.1@osu.edu>, Jean Luca Bez <jlbez@lbl.gov>
License:                       AIDRIN COPYRIGHT
        
        Copyright (c) 2025, The Ohio State University. All rights
        reserved.
        
        The AIDRIN software package is developed by the team members of The
        Ohio State University's Innovative Data Technologies (IDT) Laboratory,
        headed by Professor Suren Byna.
        
        Contact:
        Prof. Suren Byna
        Dept. of Computer Science and Engineering
        The Ohio State University
        2015 Neil Avenue
        Columbus, OH - 43210-1277
        E-mail:byna.1@osu.edu
        
        -----------------------------------------------------------------------------
        
        Portions of AIDRIN were developed with support from the Argonne National
        Laboratory (ANL) and the United States Department of Energy
        under Prime Contract No. DE-AC02-05CH11357.
        
        -----------------------------------------------------------------------------
        
        -----------------------------------------------------------------------------
        
        Portions of AIDRIN were developed with support from the Lawrence Berkeley
        National Laboratory (LBNL) and the United States Department of Energy
        under Prime Contract No. DE-AC02-05CH11231.
        
        -----------------------------------------------------------------------------
        
        
        This program is available under BSD licensing.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are
        met:
        
        (1) Redistributions of source code must retain the above copyright
        notice, this list of conditions and the following disclaimer.
        
        (2) Redistributions in binary form must reproduce the above copyright
        notice, this list of conditions and the following disclaimer in the
        documentation and/or other materials provided with the distribution.
        
        (3) Neither the name of The Ohio State University nor the names of
        their contributors may be used to endorse or promote products derived
        from this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
        "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
        LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
        A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
        OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
        SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
        LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
        DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
        THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
        (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Project-URL: Source, https://github.com/idtlab/AIDRIN
Keywords: data readiness for AI,AI readiness
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
License-File: AUTHORS.txt
Requires-Dist: flask>=3.1.3
Requires-Dist: celery>=5.5.3
Requires-Dist: redis>=6.4.0
Requires-Dist: flower
Requires-Dist: pandas>=2.2.2
Requires-Dist: numpy>=1.26.4
Requires-Dist: scipy>=1.15.3
Requires-Dist: scikit-learn>=1.5.0
Requires-Dist: matplotlib>=3.10.5
Requires-Dist: seaborn>=0.13.2
Requires-Dist: dython>=0.7.5
Requires-Dist: setuptools<81
Requires-Dist: shap>=0.48.0
Requires-Dist: h5py>=3.14.0
Requires-Dist: openpyxl>=3.1.5
Requires-Dist: pgeocode>=0.5.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: pyarrow>=15.0.0
Provides-Extra: globus
Requires-Dist: globus-compute-sdk>=2.3.0; extra == "globus"
Requires-Dist: globus-sdk>=3.20.0; extra == "globus"
Provides-Extra: telemetry
Requires-Dist: opentelemetry-api>=1.20; extra == "telemetry"
Requires-Dist: opentelemetry-sdk>=1.20; extra == "telemetry"
Requires-Dist: opentelemetry-instrumentation-flask>=0.41b0; extra == "telemetry"
Requires-Dist: opentelemetry-exporter-otlp>=1.20; extra == "telemetry"
Provides-Extra: llm
Requires-Dist: openai>=1.0; extra == "llm"
Provides-Extra: mcp
Requires-Dist: mcp>=1.0; extra == "mcp"
Requires-Dist: openai>=1.6.0; extra == "mcp"
Requires-Dist: langchain>=0.3.0; extra == "mcp"
Requires-Dist: langchain-openai>=0.3.0; extra == "mcp"
Requires-Dist: langchain-community>=0.3.0; extra == "mcp"
Requires-Dist: langchain-text-splitters>=0.3.0; extra == "mcp"
Requires-Dist: faiss-cpu>=1.7.0; extra == "mcp"
Requires-Dist: python-dotenv>=1.0.0; extra == "mcp"
Requires-Dist: pymupdf>=1.24.0; extra == "mcp"
Provides-Extra: agentic
Requires-Dist: openai>=1.6.0; extra == "agentic"
Requires-Dist: langchain>=0.3.0; extra == "agentic"
Requires-Dist: langchain-openai>=0.3.0; extra == "agentic"
Requires-Dist: langchain-community>=0.3.0; extra == "agentic"
Requires-Dist: langchain-text-splitters>=0.3.0; extra == "agentic"
Requires-Dist: faiss-cpu>=1.7.0; extra == "agentic"
Requires-Dist: numpy>=1.26.4; extra == "agentic"
Requires-Dist: pandas>=2.0.0; extra == "agentic"
Requires-Dist: pyyaml>=6.0; extra == "agentic"
Requires-Dist: python-dotenv>=1.0.0; extra == "agentic"
Requires-Dist: pymupdf>=1.24.0; extra == "agentic"
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-flask; extra == "dev"
Requires-Dist: flake8>=6.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx==6.2.1; extra == "docs"
Requires-Dist: sphinx-rtd-theme==1.2.2; extra == "docs"
Requires-Dist: sphinxemoji; extra == "docs"
Requires-Dist: breathe; extra == "docs"
Dynamic: license-file

# AIDRIN – AI Data Readiness Infrastructure

**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 provides an intuitive web interface to assess dataset quality, completeness, and structure through quantitative metrics.

For installation, usage, and contribution guidelines, please refer to the [AIDRIN documentation](https://aidrin.readthedocs.io/en/latest/).

Please read our [Code of Conduct](./CODE_OF_CONDUCT.md) before contributing.
