You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
25
25
# :bar_chart: What is Evidently?
26
26
27
-
Evidently is an open-source Python library for ML and LLM evaluation and observability. It helps evaluate, test, and monitor AI-powered systems and data pipelines from experimentation to production.
27
+
Evidently is an open-source Python library to evaluate, test, and monitor ML and LLM systems—from experiments to production.
28
28
29
29
* 🔡 Works with tabular and text data.
30
30
* ✨ Supports evals for predictive and generative tasks, from classification to RAG.
@@ -42,7 +42,7 @@ Evidently is very modular. You can start with one-off evaluations or host a full
42
42
* Best for experiments, exploratory analysis and debugging.
43
43
* View interactive Reports in Python or export as JSON, Python dictionary, HTML, or view in monitoring UI.
44
44
45
-
You can convert your Report into a **Test Suite** by adding pass/fail conditions.
45
+
Turn any Report into a **Test Suite** by adding pass/fail conditions.
46
46
* Best for regression testing, CI/CD checks, or data validation.
47
47
* Zero setup option: auto-generate test conditions from the reference dataset.
48
48
* Simple syntax to set test conditions as `gt` (greater than), `lt` (less than), etc.
@@ -59,15 +59,15 @@ You can choose:
59
59
* Self-host the open-source version. [Live demo](https://demo.evidentlyai.com).
60
60
* Sign up for [Evidently Cloud](https://www.evidentlyai.com/register) (Recommended).
61
61
62
-
Evidently Cloud offers a generous free tier and extra features like dataset and user management, alerting, and no-code evals.
62
+
Evidently Cloud offers a generous free tier and extra features like dataset and user management, alerting, and no-code evals.[Compare OSS vs Cloud](https://docs.evidentlyai.com/faq/oss_vs_cloud).
Evidently is available as a PyPI package. To install it using pip package manager, run:
70
+
To install from PyPI:
71
71
72
72
```sh
73
73
pip install evidently
@@ -181,7 +181,7 @@ You can choose other Presets, create Reports from indiviudal Metrics and configu
181
181
182
182
## Monitoring dashboard
183
183
184
-
> This launches a demo project in the locally hosted Evidently UI. Sign up for [Evidently Cloud](https://docs.evidentlyai.com/docs/setup/cloud) to instantly get a managed version with additional features..
184
+
> This launches a demo project in the locally hosted Evidently UI. Sign up for [Evidently Cloud](https://docs.evidentlyai.com/docs/setup/cloud) to instantly get a managed version with additional features.
185
185
186
186
Recommended step: create a virtual environment and activate it.
187
187
```
@@ -195,7 +195,7 @@ After installing Evidently (`pip install evidently`), run the Evidently UI with
195
195
evidently ui --demo-projects all
196
196
```
197
197
198
-
Access Evidently UI service in your browser. Go to the **localhost:8000**.
0 commit comments