Skip to content

Commit 36ac33b

Browse files
Update README.md
1 parent b89bbc2 commit 36ac33b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
# :bar_chart: What is Evidently?
2626

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.
2828

2929
* 🔡 Works with tabular and text data.
3030
* ✨ 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
4242
* Best for experiments, exploratory analysis and debugging.
4343
* View interactive Reports in Python or export as JSON, Python dictionary, HTML, or view in monitoring UI.
4444

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.
4646
* Best for regression testing, CI/CD checks, or data validation.
4747
* Zero setup option: auto-generate test conditions from the reference dataset.
4848
* Simple syntax to set test conditions as `gt` (greater than), `lt` (less than), etc.
@@ -59,15 +59,15 @@ You can choose:
5959
* Self-host the open-source version. [Live demo](https://demo.evidentlyai.com).
6060
* Sign up for [Evidently Cloud](https://www.evidentlyai.com/register) (Recommended).
6161

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).
6363

6464
| Dashboard |
6565
|--|
6666
|![Dashboard example](docs/book/.gitbook/assets/main/dashboard.gif)|
6767

6868
# :woman_technologist: Install Evidently
6969

70-
Evidently is available as a PyPI package. To install it using pip package manager, run:
70+
To install from PyPI:
7171

7272
```sh
7373
pip install evidently
@@ -181,7 +181,7 @@ You can choose other Presets, create Reports from indiviudal Metrics and configu
181181

182182
## Monitoring dashboard
183183

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.
185185
186186
Recommended step: create a virtual environment and activate it.
187187
```
@@ -195,7 +195,7 @@ After installing Evidently (`pip install evidently`), run the Evidently UI with
195195
evidently ui --demo-projects all
196196
```
197197

198-
Access Evidently UI service in your browser. Go to the **localhost:8000**.
198+
Visit **localhost:8000** to access the UI.
199199

200200
# 🚦 What can you evaluate?
201201

0 commit comments

Comments
 (0)