clearml-docs/docs/webapp/webapp_overview.md

44 lines
2.2 KiB
Markdown
Raw Normal View History

2021-05-13 23:48:51 +00:00
---
title: Overview
---
2021-12-22 08:54:04 +00:00
The **ClearML Web UI** is the graphical user interface for the ClearML platform, which includes:
2021-05-23 20:17:12 +00:00
* Experiment management
* Browsing
* Resource utilization monitoring
* Profile management
2021-12-22 08:54:04 +00:00
* Direct access to the ClearML community (Slack Channel, Youtube, and GitHub).
2021-05-23 20:17:12 +00:00
2021-05-13 23:48:51 +00:00
![image](../img/webapp_screenshots.gif)
The **ClearML Web UI** is composed of the following pages:
2021-12-02 17:53:37 +00:00
* The [Home](webapp_home.md) Page - The dashboard for recent activity, and quick access to experiments and projects.
2021-12-22 08:54:04 +00:00
* The [Projects Page](webapp_projects_page.md) - The main experimentation page, where specific projects can be opened.
2021-05-23 20:17:12 +00:00
Each project page contains customizable [experiments](webapp_exp_table.md) and [models](webapp_model_table.md) tables
2021-05-13 23:48:51 +00:00
with the following options:
* [Track experiments and visualize results](webapp_exp_track_visual.md)
* [Reproduce experiments](webapp_exp_reproducing.md)
* [Tune experiments](webapp_exp_tuning.md)
* [Compare experiments](webapp_exp_comparing.md)
* [Share experiments and their models](webapp_exp_sharing.md) with users of other hosted service workspaces
* [Archive experiments and models](webapp_archiving.md)
* [View](webapp_model_viewing.md) and [modify](webapp_model_modifying.md) models
* The [Workers and Queues](webapp_workers_queues.md) Page - The resource monitoring and queues management page.
2021-12-22 08:54:04 +00:00
* The [Profile Page](webapp_profile.md) - Manage a ClearML user account:
* Create ClearML credentials
2021-05-13 23:48:51 +00:00
* Provide Cloud Storage Access credentials for the **ClearML Web UI**
* If using the **ClearML Hosted Service**, invite users and switch workspaces
2021-12-22 08:54:04 +00:00
In addition, from the **ClearML Web UI**, use these buttons to access the ClearML community:
2021-05-13 23:48:51 +00:00
2021-05-23 20:17:12 +00:00
* The **ClearML** <img src="/docs/latest/icons/ico-slack-c.svg" alt="Slack Channel" className="icon size-md" /> Slack channel. Ask questions about **ClearML**.
2021-05-23 20:29:06 +00:00
* The **ClearML** <img src="/docs/latest/icons/ico-youtube.svg" alt="YouTube" className="icon size-md" /> YouTube Channel. View our tutorials, presentations, and discussions.
2021-05-23 20:17:12 +00:00
* The **ClearML** <img src="/docs/latest/icons/ico-github.svg" alt="GitHub" className="icon size-md" /> GitHub repository.
2021-05-13 23:48:51 +00:00
2021-05-23 20:17:12 +00:00
For more information, see the [Community page](../community.md).