# Examples & Templates

***

## Categories

### Computer Vision

* [Object Detection with YOLO](/project-gallery/computer-vision/yolo-example.md)
* [3D Object Detection with MMDetection3D](/project-gallery/computer-vision/mmdetection3d-on-valohai.md)
* [Medical Imaging Segmentation with NVIDIA MONAI](/project-gallery/computer-vision/nvidia-monai-valohai.md)
* [Object Detection with NVIDIA TAO Toolkit](/project-gallery/computer-vision/nvidia-tao-valohai.md)

### NLP & LLM

* [Fine-Tuning Mistral 7B LLM](/project-gallery/nlp-and-llm/mistral-example.md)
* [End to end RAG pipeline with Documentation](/project-gallery/nlp-and-llm/rag-doc-example.md)

### Audio & Speech

* [Automatic Speech Recognition with NVIDIA NeMo](/project-gallery/audio-and-speech/nvidia-nemo-valohai.md)

### Data Engineering & ETL

* [ML Pipeline with Snowpark & Snowflake](/project-gallery/data-engineering-and-etl/snowpark-example.md)
* [Apache Spark examples on AWS & Valohai](/project-gallery/data-engineering-and-etl/spark-examples.md)

### Monitoring & Drift Detection

* [Drift Detection with WhyLabs](/project-gallery/monitoring-and-drift-detection/drift-detection-example.md)

***

Each example comes complete with:

* An overview of the use case
* Step and pipeline definitions
* How to run via Valohai UI or CLI
* Dataset references and expected outputs


---

# 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/project-gallery.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.
