# Getting Started

Valohai is an MLOps platform that handles infrastructure complexity while you build production ML systems. Train models, run experiments, and deploy to production, all without DevOps overhead.

### Core Capabilities

#### Full experiment tracking and lineage

Every run becomes reproducible and auditable.

* **Automatic versioning** — Code, data, parameters, and environments captured on every run
* **Metric comparison** — Compare runs, spot regressions, track model drift
* **Dataset versioning** — Link datasets to experiments without storage duplication

#### Infrastructure abstraction

Run ML workloads on any compute with one command.

* **Multi-cloud execution** — AWS, GCP, Azure, Oracle Cloud Infrastructure, Scaleway, OVH, Slurm, Kubernetes, or on-premises hardware
* **Elastic scaling** — Same code runs on 1 GPU or 100 GPUs
* **Production deployment** — Batch inference, REST APIs, or streaming endpoints with built-in monitoring

#### Framework agnostic

Your code, your tools, zero lock-in.

* **Any ML framework** — PyTorch, TensorFlow, JAX, Hugging Face, or custom stacks
* **Simple integration** — Add a `valohai.yaml` to any project
* **API-first design** — REST API and webhooks for CI/CD pipelines

### Who uses Valohai?

**Data Scientists & ML Engineers** — Focus on model development instead of cloud configurations\
**MLOps Teams** — Standardize workflows across projects without forcing tool changes\
**Enterprise ML Teams** — Meet compliance requirements with full audit trails and data lineage

### Start Building

| Resource                                                        | Description                                       |
| --------------------------------------------------------------- | ------------------------------------------------- |
| [Quickstart](/getting-started/quickstart.md)                    | Run your first execution in 5 minutes             |
| [🎓 Valohai Academy](https://learn.valohai.academy/)            | Interactive learning path with hands-on exercises |
| [Example: Computer Vision](/project-gallery/computer-vision.md) | Import a working computer vision pipeline         |
| [Example: Fine-tune LLMs](/project-gallery/nlp-and-llm.md)      | Adapt language models to your domain              |

> 💡 **First time with MLOps?** Start with [Valohai Academy](https://learn.valohai.academy/) for guided tutorials that build from basics to advanced workflows.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.valohai.com/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
