2022-08-03 09:15:15 +00:00
---
title: Overview
---
:::info Pro Plan Offering
ClearML Applications are available under the ClearML Pro plan
:::
2023-10-01 07:31:48 +00:00
Use ClearML's GUI Applications to manage ML workloads and automatically run your recurring workflows without any coding.
2022-08-03 09:15:15 +00:00
![Apps page ](../../img/apps_overview_page.png )
Configure and launch app instances, then track their execution from the app dashboard.
ClearML provides the following applications:
2022-08-07 07:31:16 +00:00
* [**Hyperparameter Optimization** ](apps_hpo.md ) - Find the parameter values that yield the best performing models
2023-10-01 07:31:48 +00:00
* **Nvidia Clara** - Train models using Nvidia's Clara framework
2022-08-07 07:31:16 +00:00
* [**Project Dashboard** ](apps_dashboard.md ) - High-level project monitoring with Slack alerts
2023-03-16 09:55:13 +00:00
* [**Task Scheduler** ](apps_task_scheduler.md ) - Schedule tasks for one-shot and/or periodic execution at specified times (available under ClearML Enterprise Plan)
2023-10-03 07:42:33 +00:00
* [**Trigger Manager** ](apps_trigger_manager.md ) - Define tasks to be run when predefined events occur (available under ClearML Enterprise Plan)
2023-12-19 17:44:42 +00:00
* [**Jupyter Lab** ](apps_jupyter_lab.md ) - Launch a Jupyter Lab session on a remote machine (available under ClearML Enterprise Plan)
2023-12-19 13:14:37 +00:00
* [**VS Code** ](apps_vscode.md ) - Launch a VS Code session on a remote machine (available under ClearML Enterprise Plan)
2024-04-02 14:19:34 +00:00
* [**Gradio Launcher** ](apps_gradio.md ) - Create visual web interfaces for your models with Gradio (available under ClearML Enterprise Plan)
* [**Streamlit Launcher** ](apps_streamlit.md ) - Create visual web interfaces for your models with Streamlit (available under ClearML Enterprise Plan)
2022-08-03 09:15:15 +00:00
2024-03-11 17:23:48 +00:00
:::info Autoscalers
2024-04-11 06:59:31 +00:00
Autoscaling ([AWS Autoscaler](apps_aws_autoscaler.md) and [GCP Autoscaler ](apps_gcp_autoscaler.md ))
2024-03-11 17:23:48 +00:00
was previously available through the Applications page. The autoscaler functionality has been moved to the [Orchestration page ](https://app.clear.ml/workers-and-queues/autoscalers )
in the WebApp.
:::
2022-08-03 09:15:15 +00:00
## App Pages Layout
2023-10-01 07:31:48 +00:00
Each application's page is split into two sections:
2022-08-03 09:15:15 +00:00
* App Instance List - Launch new app instances and view previously launched instances. Click on an instance to view its
dashboard. Hover over it to access the [app instance actions ](#app-instance-actions ).
2023-10-01 07:31:48 +00:00
* App Instance Dashboard - The main section of the app page: displays the selected app instance's status and results.
2022-08-03 09:15:15 +00:00
![App format ](../../img/apps_format_overview.png )
## Launching an App Instance
1. Choose the desired app
2023-10-01 07:31:48 +00:00
1. Click the `Launch New` button < img src = "/docs/latest/icons/ico-add.svg" alt = "Add new" className = "icon size-md space-sm" /> to open the app's configuration wizard
2022-08-03 09:15:15 +00:00
1. Fill in the configuration details
1. **Launch**
2022-09-15 13:10:11 +00:00
:::tip Configuration shortcuts
You can also launch an app instance with the configuration of a previously launched instance:
* Cloning a previously launched app instance will open the launch wizard with the original instance's configuration
prefilled.
* Importing an app configuration file. You can export an existing app instance's configuration as a JSON file when
viewing its configuration.
The prefilled configuration wizard can be edited before launching the new app instance.
:::
2022-08-03 09:15:15 +00:00
## App Instance Actions
2022-12-26 09:08:10 +00:00
Access app instance actions, by right-clicking an instance, or through the menu button < img src = "/docs/latest/icons/ico-dots-v-menu.svg" alt = "Dot menu" className = "icon size-md space-sm" / > (available on hover).
2022-08-03 09:15:15 +00:00
![App context menu ](../../img/app_context_menu.png )
* **Rename** - Rename the instance
2023-10-09 12:48:19 +00:00
* **Configuration** - View an instance's configuration
2022-09-15 13:10:11 +00:00
* **Export Configuration** - Export the app instance configuration as a JSON file, which you can later import to create
a new instance with the same configuration
2022-08-03 09:15:15 +00:00
* **Stop** - Shutdown the instance
* **Clone** - Launch a new instance with same configuration prefilled
* **Delete** - Delete the instance
2022-09-15 13:10:11 +00:00
## Instance List Actions
2023-10-15 07:59:07 +00:00
Access the instance list actions by clicking the action menu (< img src = "/docs/latest/icons/ico-dots-v-menu.svg" alt = "Dot menu" className = "icon size-md space-sm" / > )
2022-09-15 13:10:11 +00:00
on the instance list header:
![Instance list actions ](../../img/apps_instance_list_actions.png )
* **Import Configuration** - Import an app instance's configuration file. This opens the app configuration wizard
prefilled according to the imported file. You can modify the configuration before launching the instance.
* **Clear Completed** - Delete all app instances that have completed their execution. This action only
deletes instances in the current instance list view (i.e. My instances / All).