Skip to content

Commit

Permalink
[Doc] Edit the basic MLRun description (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharon-iguazio committed Dec 23, 2020
1 parent 30b69d0 commit 9df76c5
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 33 deletions.
33 changes: 14 additions & 19 deletions README.md
Expand Up @@ -9,33 +9,28 @@

*The fastest way to develop and deploy your AI application today.*

**MLRun** is the first end-to-end open-source MLOps solution for managing and automating your entire analytics and machine-learning life cycle, from data ingestion through model development to full pipeline deployment in production.

**MLRun** is the first end-to-end open source MLOps solution to manage and automate your entire analytics and machine learning life cycle, from data ingestion through model development and full pipeline deployment.
<a id="key-benefits"></a>
#### Key Benefits <!-- omit in toc -->

Benefits <!-- omit in toc -->
--------
- Develop your training pipeline on any framework, locally and/or on a cluster.
- Leverage the power of the open-source functions marketplace to focus on your research.
- Deploy your pipeline at scale in a single click.
- Monitor your model performance and automate your actions.

With MLRun you can:
<a id="key-features"></a>
#### Key Features <!-- omit in toc -->

* Develop your training pipeline on any framework locally and/or on a cluster.
* Leverage the power of the open source function marketplace to focus on your research.
* Deploy your pipeline at scale in a single click.
* Monitor your model performance and automate your actions.

Components <!-- omit in toc -->
----------

MLRun includes the following components:

* **Project life-cycle management**: experiment management and tracking of jobs, functions and artifacts.
* **Scalable functions**: turn code to scalable microservices in a single command.
* **Managed Pipelines**: deploy, run and monitor your machine learning execution plan.
- **Project life-cycle management** &mdash; experiment management and tracking of jobs, functions, and artifacts.
- **Scalable functions** &mdash; turn code to scalable microservices in a single command.
- **Managed pipelines** &mdash; deploy, run, and monitor your machine-learning execution plan.

MLRun features a Python package (`mlrun`), a command-line interface (`mlrun`), and a graphical user interface (the MLRun dashboard).

Read more [**detailed documentation here**](https://mlrun.readthedocs.io/en/latest/)
&#x25B6; For more information, see the [MLRun Python package documentation](https://mlrun.readthedocs.io).

## In This Document <!-- omit in toc -->
#### In This Document <!-- omit in toc -->
- [General Concept and Motivation](#general-concept-and-motivation)
- [The Challenge](#the-challenge)
- [The MLRun Vision](#the-mlrun-vision)
Expand Down
28 changes: 14 additions & 14 deletions docs/index.rst
Expand Up @@ -11,26 +11,26 @@ MLRun Package Documentation
Introduction
************

**MLRun** is the first end-to-end open source MLOps solution to manage and automate your entire analytics and machine learning life cycle, from data ingestion through model development and full pipeline deployment.
**MLRun** is the first end-to-end open-source MLOps solution for managing and automating your entire analytics and machine-learning life cycle, from data ingestion through model development to full pipeline deployment in production.

Benefits
--------
Key Benefits
------------

With MLRun you can:
MLRun provides the following key benefits:

* Develop your training pipeline on any framework locally and/or on a cluster.
* Leverage the power of the open source function marketplace to focus on your research.
* Deploy your pipeline at scale in a single click.
* Monitor your model performance and automate your actions.
- Develop your training pipeline on any framework, locally and/or on a cluster.
- Leverage the power of the open-source functions marketplace to focus on your research.
- Deploy your pipeline at scale in a single click.
- Monitor your model performance and automate your actions.

Components
----------
Key Features
--------------

MLRun includes the following components:
MLRun includes the following key features:

* **Project life-cycle management**: experiment management and tracking of jobs, functions and artifacts.
* **Scalable functions**: turn code to scalable microservices in a single command.
* **Managed Pipelines**: deploy, run and monitor your machine learning execution plan.
- **Project life-cycle management** &mdash; experiment management and tracking of jobs, functions, and artifacts.
- **Scalable functions** &mdash; turn code to scalable microservices in a single command.
- **Managed pipelines** &mdash; deploy, run, and monitor your machine-learning execution plan.

.. toctree::
:maxdepth: 1
Expand Down

0 comments on commit 9df76c5

Please sign in to comment.