From 689f2caee56a09d45b66af4b34897d433ea7ee67 Mon Sep 17 00:00:00 2001 From: revital Date: Sun, 23 Feb 2025 13:57:07 +0200 Subject: [PATCH] rever changes to main --- docs/getting_started/main.md | 56 ++++++++++++++++++++++++++++++++++-- 1 file changed, 53 insertions(+), 3 deletions(-) diff --git a/docs/getting_started/main.md b/docs/getting_started/main.md index 719adbae..aad86cd8 100644 --- a/docs/getting_started/main.md +++ b/docs/getting_started/main.md @@ -54,18 +54,64 @@ training, and deploying models at every scale on any AI infrastructure. +### Read a Little More + +
+ +![Architecture diagram](../img/clearml_architecture.png) + +
+ +Want a more in depth introduction to ClearML? Choose where you want to get started: + + +
+
    +
  1. + + Data scientist logo + +

    Data Scientists

    +

    Learn how to use ClearML's experiment tracking and management tools, and more!

    + + START HERE + +
  2. +
  3. + + MLOps engineer logo + +

    MLOps and LLMOps Engineers

    +

    Learn how to use ClearML's automation, orchestration, and tracking tools

    + + START HERE + +
  4. +
  5. + + DevOps Engineer logo + +

    DevOps Engineers

    +

    Learn how to deploy and configure a ClearML Server

    + + START HERE + +
  6. +
+
+ ## What Can You Do with ClearML? - [Track and upload](../fundamentals/task.md) metrics and models with only 2 lines of code -- [Reproduce](../webapp/webapp_exp_reproducing.md) tasks with 3 mouse clicks or 3 lines of code +- [Reproduce](../webapp/webapp_exp_reproducing.md) tasks with 3 mouse clicks - [Create bots](../guides/services/slack_alerts.md) that send you Slack messages based on task behavior (for example, alert you whenever your model improves in accuracy) - Manage your [data](../clearml_data/clearml_data.md) - store, track, and version control - Remotely execute tasks on any compute resource you have available with [ClearML Agent](../clearml_agent.md) - Automatically scale cloud instances according to your resource needs with ClearML's - [AWS Autoscaler](../webapp/applications/apps_aws_autoscaler.md) and [GCP Autoscaler](../webapp/applications/apps_gcp_autoscaler.md) - GUI applications +[AWS Autoscaler](../webapp/applications/apps_aws_autoscaler.md) and [GCP Autoscaler](../webapp/applications/apps_gcp_autoscaler.md) +GUI applications - Run [hyperparameter optimization](../hpo.md) - Build [pipelines](../pipelines/pipelines.md) from code - Much more! @@ -73,3 +119,7 @@ alert you whenever your model improves in accuracy) ![Webapp gif](../img/gif/webapp_screenshots.gif#light-mode-only) ![Webapp gif](../img/gif/webapp_screenshots_dark.gif#dark-mode-only) +## Who We Are +ClearML is supported by you :heart: and the [clear.ml](https://clear.ml) team, which helps enterprise companies build scalable MLOps/LLMOps. + +Join the ClearML community! Your contributions, questions, and input are always welcome. For more information, see [Community Resources](../community.md).