{
  "project_id": "meshkovQA/Eval-ai-library",
  "repo": "meshkovQA/Eval-ai-library",
  "name": "Eval-ai-library",
  "github_url": "https://github.com/meshkovQA/Eval-ai-library",
  "homepage_url": null,
  "language": "Python",
  "license": "Apache-2.0",
  "project_kind": "project",
  "category": [
    "llm_eval"
  ],
  "tags": [
    "ai-evaluation",
    "ai-evaluation-framework",
    "ai-evaluation-metrics",
    "ai-evaluation-tools",
    "aieval",
    "llm-evaluation"
  ],
  "description": "Comprehensive AI Model Evaluation Framework with advanced techniques including Temperature-Controlled Verdict Aggregation via Generalized Power Mean. Support for multiple LLM providers and 15+ evaluation metrics for RAG systems and AI agents.",
  "overview": "Use meshkovQA/Eval-ai-library when the user needs a llm eval project with library-only, local, cloud deployment options.",
  "alternatives": [],
  "related": [
    {
      "repo": "promptfoo/promptfoo",
      "reason": "Related to meshkovQA/Eval-ai-library through llm eval category and library_only deployment."
    },
    {
      "repo": "comet-ml/opik",
      "reason": "Related to meshkovQA/Eval-ai-library through llm eval category and library_only deployment."
    },
    {
      "repo": "Giskard-AI/giskard-oss",
      "reason": "Related to meshkovQA/Eval-ai-library through llm eval category and library_only deployment."
    },
    {
      "repo": "Marker-Inc-Korea/AutoRAG",
      "reason": "Related to meshkovQA/Eval-ai-library through llm eval category and library_only deployment."
    },
    {
      "repo": "modelscope/evalscope",
      "reason": "Related to meshkovQA/Eval-ai-library through llm eval category and library_only deployment."
    },
    {
      "repo": "confident-ai/deepeval",
      "reason": "Related to meshkovQA/Eval-ai-library through llm eval category and library_only deployment."
    },
    {
      "repo": "vibrantlabsai/ragas",
      "reason": "Related to meshkovQA/Eval-ai-library through llm eval category and library_only deployment."
    },
    {
      "repo": "ai-twinkle/Eval",
      "reason": "Related to meshkovQA/Eval-ai-library through llm eval category and library_only deployment."
    }
  ],
  "dependencies": [
    "Vector database",
    "LLM provider"
  ],
  "deployments": [
    "library_only",
    "local",
    "cloud"
  ],
  "difficulty": "beginner",
  "cloudflare_ready": false,
  "use_cases": [
    "evaluate LLM outputs",
    "benchmark prompts and agents",
    "track model quality"
  ],
  "not_good_for": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product"
  ],
  "classification": {
    "category": {
      "confidence": "high",
      "evidence": [
        "Matched \"eval\" in metadata.",
        "Matched \"evaluation\" in metadata."
      ]
    },
    "deployment": {
      "confidence": "high",
      "evidence": [
        "Matched \"pip install\" in repository content.",
        "Matched \"library\" in repository content.",
        "Local usage is assumed for open source repositories unless contradicted."
      ]
    },
    "difficulty": {
      "confidence": "medium",
      "evidence": [
        "Repository has under 10k stars, so complexity is treated conservatively."
      ]
    },
    "cloudflare_ready": {
      "confidence": "high",
      "evidence": [
        "Runtime blocker: python.",
        "No Cloudflare deployment signal detected.",
        "No wrangler.toml found in inspected repository files."
      ]
    }
  },
  "quality_signals": {
    "stars": 57,
    "recent_commits": 2,
    "contributors": 2,
    "issue_response_time_hours": null,
    "release_frequency_180d": 0
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "estimated",
    "commits_30d": "complete",
    "releases_180d": "complete",
    "contributors_90d": "complete"
  },
  "quality_score": 5,
  "agent_score": 52,
  "score": 58,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 9,
    "deployment": 80,
    "popularity": 35,
    "community": 47
  },
  "git_top_score": 58,
  "git_top_score_breakdown": {
    "community": 66,
    "maintenance": 8,
    "documentation": 84,
    "stability": 70,
    "adoption": 43,
    "agent_readability": 90
  },
  "summary": {
    "tl_dr": "Use meshkovQA/Eval-ai-library when the user needs a llm eval project with library-only, local, cloud deployment options.",
    "purpose": "Use meshkovQA/Eval-ai-library when the user needs a llm eval project with library-only, local, cloud deployment options.",
    "install": "Install as a library or package using the repository instructions.",
    "inputs": [
      "prompts",
      "model outputs",
      "test cases"
    ],
    "outputs": [
      "scores",
      "benchmarks",
      "eval reports"
    ],
    "good_for": [
      "evaluate LLM outputs",
      "benchmark prompts and agents",
      "track model quality",
      "model evaluation",
      "benchmarking",
      "regression testing"
    ],
    "not_good_for": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "production inference serving",
      "end-user chat apps"
    ],
    "deployment": [
      "library_only",
      "local",
      "cloud"
    ],
    "alternatives": []
  },
  "evidence": {
    "classification": {
      "category": {
        "confidence": "high",
        "evidence": [
          "Matched \"eval\" in metadata.",
          "Matched \"evaluation\" in metadata."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "Matched \"pip install\" in repository content.",
          "Matched \"library\" in repository content.",
          "Local usage is assumed for open source repositories unless contradicted."
        ]
      },
      "difficulty": {
        "confidence": "medium",
        "evidence": [
          "Repository has under 10k stars, so complexity is treated conservatively."
        ]
      },
      "cloudflare_ready": {
        "confidence": "high",
        "evidence": [
          "Runtime blocker: python.",
          "No Cloudflare deployment signal detected.",
          "No wrangler.toml found in inspected repository files."
        ]
      }
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "estimated",
      "commits_30d": "complete",
      "releases_180d": "complete",
      "contributors_90d": "complete"
    },
    "source_fields": [
      "project.description",
      "project.topics",
      "project.language",
      "project.license",
      "agent_card.summary_for_agent",
      "agent_card.use_cases",
      "agent_card.deployment",
      "agent_card.classification",
      "metrics"
    ],
    "caveats": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "Partial or estimated quality signals: stars30dDelta."
    ],
    "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
    "last_verified_at": "2026-07-29T18:00:24.394Z"
  },
  "caveats": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product",
    "Partial or estimated quality signals: stars30dDelta."
  ],
  "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
  "source_fields": [
    "project.description",
    "project.topics",
    "project.language",
    "project.license",
    "agent_card.summary_for_agent",
    "agent_card.use_cases",
    "agent_card.deployment",
    "agent_card.classification",
    "metrics"
  ],
  "last_verified_at": "2026-07-29T18:00:24.394Z",
  "knowledge": {
    "project": {
      "id": "meshkovQA/Eval-ai-library",
      "owner": "meshkovQA",
      "name": "Eval-ai-library",
      "full_name": "meshkovQA/Eval-ai-library",
      "github_url": "https://github.com/meshkovQA/Eval-ai-library",
      "homepage_url": null,
      "description": "Comprehensive AI Model Evaluation Framework with advanced techniques including Temperature-Controlled Verdict Aggregation via Generalized Power Mean. Support for multiple LLM providers and 15+ evaluation metrics for RAG systems and AI agents.",
      "language": "Python",
      "topics": [
        "ai-evaluation",
        "ai-evaluation-framework",
        "ai-evaluation-metrics",
        "ai-evaluation-tools",
        "aieval",
        "llm-evaluation"
      ],
      "license": "Apache-2.0",
      "stars": 57,
      "forks": 3,
      "open_issues": 0,
      "default_branch": "main",
      "created_at": "2025-10-22T13:02:01Z",
      "updated_at": "2026-07-28T20:02:15Z",
      "pushed_at": "2026-07-10T14:07:48Z",
      "synced_at": "2026-07-29T18:00:24.394Z"
    },
    "agent_card": {
      "project_id": "meshkovQA/Eval-ai-library",
      "project_kind": "project",
      "category": "llm_eval",
      "difficulty": "beginner",
      "deployment": [
        "library_only",
        "local",
        "cloud"
      ],
      "cloudflare_ready": false,
      "use_cases": [
        "evaluate LLM outputs",
        "benchmark prompts and agents",
        "track model quality"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "alternatives": [],
      "summary_for_agent": "Use meshkovQA/Eval-ai-library when the user needs a llm eval project with library-only, local, cloud deployment options.",
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"eval\" in metadata.",
            "Matched \"evaluation\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"pip install\" in repository content.",
            "Matched \"library\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Runtime blocker: python.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "schema_version": "v1",
      "generated_at": "2026-07-29T18:00:24.394Z"
    },
    "metrics": {
      "project_id": "meshkovQA/Eval-ai-library",
      "stars_30d_delta": 6,
      "commits_30d": 2,
      "releases_180d": 0,
      "contributors_90d": 2,
      "issue_first_response_median_hours": null,
      "recent_push_days": 19,
      "git_score": 5,
      "maintenance_score": 9,
      "signal_confidence": {
        "stars_30d_delta": "estimated",
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-07-29T18:00:24.394Z"
    }
  },
  "resolved_from": {
    "requested_id": "meshkovQA/Eval-ai-library",
    "resolved_id": "meshkovQA/Eval-ai-library",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 1005,
    "generated_at": "2026-07-29T20:56:07.320Z",
    "snapshot_id": "d1:1005:2026-07-29T18:30:42.116Z",
    "latest_synced_at": "2026-07-29T18:30:42.116Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}