diff --git a/content/docs/dvclive/get-started.md b/content/docs/dvclive/get-started.md index 0007787cf51..b83a44ad316 100644 --- a/content/docs/dvclive/get-started.md +++ b/content/docs/dvclive/get-started.md @@ -1,6 +1,7 @@ # Get Started -DVCLive is a simple Python library for logging data in a format usable by DVC. +DVCLive is a Python library for logging machine learning metrics and other +metadata in simple file formats, which is fully compatible with DVC. > If you use one of the supported [ML Frameworks](/doc/dvclive/ml-frameworks), > you can jump directly to it's corresponding page. diff --git a/content/docs/dvclive/index.md b/content/docs/dvclive/index.md index d37e429cc09..1881adc2286 100644 --- a/content/docs/dvclive/index.md +++ b/content/docs/dvclive/index.md @@ -1,8 +1,8 @@ # DVCLive Documentation -[DVCLive](https://github.com/iterative/dvclive) is an open-source Python library -for monitoring the progress of metrics during training of machine learning -models. You can simply +[DVCLive](https://github.com/iterative/dvclive) is a Python library for logging +machine learning metrics and other metadata in simple file formats, which is +fully compatible with DVC. You can [install it](https://github.com/iterative/dvclive#installation) with `pip`.