2022-11-23 14:35:41 +00:00
|
|
|
---
|
|
|
|
title: Quick Introduction
|
2022-12-20 16:23:12 +00:00
|
|
|
description: Get an overview of ClearML's features in this quick video.
|
|
|
|
keywords: [mlops, components, features, ClearML]
|
2022-11-23 14:35:41 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
## Video Tutorial
|
|
|
|
|
2023-05-28 06:59:24 +00:00
|
|
|
<div class="vid" >
|
2022-11-23 14:35:41 +00:00
|
|
|
<iframe style={{position: 'absolute', top: '0', left: '0', bottom: '0', right: '0', width: '100%', height: '100%'}}
|
2022-11-24 22:06:22 +00:00
|
|
|
src="https://www.youtube.com/embed/-9vqxF2UfFU?rel=0"
|
2022-11-23 14:35:41 +00:00
|
|
|
title="YouTube video player"
|
|
|
|
frameborder="0"
|
|
|
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; fullscreen"
|
|
|
|
allowfullscreen>
|
|
|
|
</iframe>
|
|
|
|
</div>
|
2022-11-28 11:34:32 +00:00
|
|
|
|
2023-02-22 11:46:49 +00:00
|
|
|
<br/>
|
2022-11-28 11:34:32 +00:00
|
|
|
|
2023-02-22 11:46:49 +00:00
|
|
|
<Collapsible type="info" title="Video Transcript">
|
2022-11-29 08:09:09 +00:00
|
|
|
ClearML is an open source MLOPS platform.
|
2022-11-28 11:34:32 +00:00
|
|
|
|
2022-11-29 08:09:09 +00:00
|
|
|
It's essentially a toolbox stuffed with everything you'll need to go from experimentation to production:
|
2022-11-28 11:34:32 +00:00
|
|
|
|
2022-11-29 08:09:09 +00:00
|
|
|
* There's a fully fledged experiment manager that can log, compare, and automatically reproduce any experiment you do
|
|
|
|
* A data versioning tool that can track changes to your datasets and makes them easily accessible to anyone on any machine
|
|
|
|
* Orchestrate pipelines from code
|
|
|
|
* Run hyperparameter optimization
|
|
|
|
* and auto scale remote workers on AWS, GCP and Azure.
|
2022-11-28 11:34:32 +00:00
|
|
|
|
|
|
|
Doesn't matter if you're starting small or already in production, there's always a ClearML tool that can make your life easier.
|
|
|
|
|
2023-01-24 09:43:07 +00:00
|
|
|
Start for free at [app.clear.ml](https://app.clear.ml) or host your own server from our GitHub page.
|
2022-11-29 08:09:09 +00:00
|
|
|
|
2023-02-22 11:46:49 +00:00
|
|
|
</Collapsible>
|