evidentlyai/evidently

Evidently is ​​an open-source ML and LLM observability framework. Evaluate, test, and monitor any AI-powered system or data pipeline. From tabular data to...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 53 minutes ago
Added to GitGenius on September 8th, 2026
Created on November 25th, 2020
Open Issues & Pull Requests: 303 (+0)
GitHub issues: Enabled
Number of forks: 916
Total Stargazers: 7,902 (+0)
Total Subscribers: 55 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 7.1 days
Mean response time: 67.6 days
90th percentile: 254.5 days
Tracked items: 129

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. Only 3% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 106
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 547 days
Stale 30+ days: 99
Stale 90+ days: 84

Recent activity

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

Top labels

  • enhancement (24)
  • hacktoberfest (18)
  • bug (7)
  • good first issue (3)
  • help wanted (1)
  • question (1)

Detailed Description

Evidently is an open-source ML and LLM observability framework that evaluates, tests, and monitors AI-powered systems and data pipelines.

The tool addresses the challenge of assessing model and system quality across the full lifecycle, from experimentation through production. It provides over one hundred built-in metrics covering data drift detection, data quality assessment, and LLM evaluation tasks. The framework operates through two primary modes: Reports that compute and visualize quality metrics for exploratory analysis and debugging, and Test Suites that add pass-fail conditions to reports for regression testing and CI/CD validation. Users can work with tabular data, text data, and generative AI outputs, with support for both offline evaluation and continuous live monitoring. The tool offers a Python interface for defining custom metrics and an open architecture designed for integration with existing tools through JSON and dictionary exports.

Evidently suits teams building ML systems who need systematic evaluation beyond single-model metrics. It works well for those managing data pipelines requiring validation, practitioners debugging model behavior, and organizations implementing MLOps or LLMOps practices. The framework is modular enough to start with one-off evaluations in notebooks and scale to a full monitoring service. For teams preferring managed infrastructure, Evidently Cloud provides a hosted version with additional features like alerting and no-code evaluation configuration, though the open-source version can be self-hosted.

The project maintains active development with regular updates to its metric library and evaluation capabilities. The codebase is primarily organized around Jupyter notebooks as the main interface, reflecting a design centered on exploratory workflows. The tool has established community channels and documentation resources supporting adoption across different use cases.