Replace "Applications" ToC item with use-cases

This commit is contained in:
revital
2025-02-23 13:56:12 +02:00
parent d4352c7eb0
commit 5658ce1cf2
2 changed files with 14 additions and 72 deletions

View File

@@ -54,64 +54,18 @@ training, and deploying models at every scale on any AI infrastructure.
</div>
### Read a Little More
<div class="max-w-75 align-center">
![Architecture diagram](../img/clearml_architecture.png)
</div>
Want a more in depth introduction to ClearML? Choose where you want to get started:
<div class="cml-card">
<ol>
<li>
<i>
<img src="/docs/latest/icons/ico-data-scientist.svg" alt="Data scientist logo" />
</i>
<h4>Data Scientists</h4>
<p>Learn how to use ClearML's experiment tracking and management tools, and more!</p>
<span class="btn-link">
<a href="getting_started/ds/ds_first_steps">START HERE</a>
</span>
</li>
<li>
<i>
<img src="/docs/latest/icons/ico-mlops-engineer.svg" alt="MLOps engineer logo" />
</i>
<h4>MLOps and LLMOps Engineers</h4>
<p>Learn how to use ClearML's automation, orchestration, and tracking tools</p>
<span class="btn-link">
<a href="getting_started/mlops/mlops_first_steps">START HERE</a>
</span>
</li>
<li>
<i>
<img src="/docs/latest/icons/ico-devops-engineer.svg" alt="DevOps Engineer logo" />
</i>
<h4>DevOps Engineers</h4>
<p>Learn how to deploy and configure a ClearML Server</p>
<span class="btn-link">
<a href="./deploying_clearml/clearml_server#deployment">START HERE</a>
</span>
</li>
</ol>
</div>
## 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
- [Reproduce](../webapp/webapp_exp_reproducing.md) tasks with 3 mouse clicks or 3 lines of code
- [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!
@@ -119,7 +73,3 @@ GUI applications
![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).

View File

@@ -92,25 +92,17 @@ module.exports = {
{type: 'ref', id: 'webapp/applications/apps_jupyter_lab'},
{type: 'ref', id: 'webapp/applications/apps_vscode'}
]},
{
type: 'category',
collapsible: true,
collapsed: true,
label: 'ClearML Applications',
link: {type: 'doc', id: 'webapp/applications/apps_overview'},
items: [
{"General": [
'webapp/applications/apps_dashboard',
'webapp/applications/apps_task_scheduler',
'webapp/applications/apps_trigger_manager',
]},
{"UI Dev": [
'webapp/applications/apps_gradio',
'webapp/applications/apps_streamlit'
]},
]
},
{"Building Interactive Model Interfaces": [
{type: 'ref', id: 'webapp/applications/apps_gradio'},
{type: 'ref', id: 'webapp/applications/apps_streamlit'},
]},
{"Automating Task Execution": [
{type: 'ref', id: 'webapp/applications/apps_task_scheduler'},
{type: 'ref', id: 'webapp/applications/apps_trigger_manager'},
]},
{"Monitoring Project Progress": [
{type: 'ref', id: 'webapp/applications/apps_dashboard'},
]},
],
integrationsSidebar: [
{