clearml-docs/docs/getting_started/architecture.md

12 lines
753 B
Markdown
Raw Normal View History

2021-05-13 23:48:51 +00:00
---
title: ClearML Modules
---
- **ClearML Python Package** (clearml) for integrating **ClearML** into your existing code-base.
2021-12-02 17:53:37 +00:00
- **ClearML Server** (clearml-server) storing experiment, model, and workflow data, and supporting the Web UI experiment manager. It is also the control plane for the MLOps.
- **ClearML Agent** (clearml-agent) The MLOps orchestration agent. Enabling experiment and workflow reproducibility, and scalability.
2021-05-13 23:48:51 +00:00
- **ClearML Data** (clearml-data) data management and versioning on top of file-systems/object-storage.
- **ClearML Session** (clearml-session) Launch remote instances of Jupyter Notebooks and VSCode.
2021-12-02 17:53:37 +00:00
Solutions combined with the clearml-server control plane.
2021-05-13 23:48:51 +00:00
![clearml architecture](../img/clearml_architecture.png)