confident-ai/deepeval

The LLM Evaluation Framework

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Added to GitGenius on September 3rd, 2026
Created on August 10th, 2023
Open Issues & Pull Requests: 573 (+1)
GitHub issues: Enabled
Number of forks: 1,905
Total Stargazers: 18,145 (+0)
Total Subscribers: 71 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 38.9 hours
Mean response time: 24.5 days
90th percentile: 21.4 days
Tracked items: 491

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 23% of tracked open issues have had no activity in three months. Only 7% of issues opened in the past year have been closed. Three people close 76% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 241
New in 7 days: 29
Closed in 7 days: 0
Avg open age: 351 days
Stale 30+ days: 176
Stale 90+ days: 127

Recent activity

Opened in 7 days: 4
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • awaiting release (26)
  • bug (17)
  • help wanted (14)
  • awaiting clarification (12)
  • enhancement (9)
  • awaiting code fix (5)
  • hacktoberfest (5)
  • good first issue (4)

Detailed Description

DeepEval is an LLM evaluation framework that provides a testing approach specialized for large language model applications.

The tool addresses the challenge of systematically evaluating LLM-based systems by offering a testing interface modeled on familiar unit testing patterns. It incorporates evaluation metrics such as G-Eval, task completion, answer relevancy, and hallucination detection. These metrics use LLM-as-a-judge approaches and NLP models that execute locally on the user's machine, avoiding the need to send evaluation data to external services.

DeepEval suits teams building AI agents, RAG pipelines, and chatbots who need to measure output quality throughout development. It works with systems built on LangChain, OpenAI, and other frameworks. The tool is designed for developers already familiar with unit testing patterns who want to apply similar discipline to LLM evaluation.

The project maintains active engagement with its user base, with nearly all open issues originating from adopters reporting real-world problems rather than from the core team. Maintainers typically respond to new issues and pull requests within a few days. Work in the issue tracker centers on awaiting release, bug fixes, and awaiting clarification items, reflecting a focus on stability and user support.