> ## Documentation Index
> Fetch the complete documentation index at: https://docs.encord.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Docker Agent Examples

| Agent Example Name          | File Type | Ontology             | README link                                                                                         | Dockerhub Link                                                                        | Docker start command                                                                                                                        |
| --------------------------- | --------- | -------------------- | --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| Clip Image Classification   | 🖼️       | Radio                | [GitHub](https://github.com/encord-team/encord-agents/tree/main/docker/clip-image-classification)   | [DockerHub](https://hub.docker.com/r/encord/encord-agent-clip-image-classification)   | `docker run -e ENCORD_SSH_KEY encord/encord-agent-clip-image-classification:latest --project-hash=your-project-hash`                        |
| LLM Image Captioning        | 🖼️       | Text Classification  | [GitHub](https://github.com/encord-team/encord-agents/tree/main/docker/llm-image-captioning)        | [DockerHub](https://hub.docker.com/r/encord/encord-agent-llm-image-captioning)        | `docker run -e ENCORD_SSH_KEY -e OPENAI_API_KEY encord/encord-agent-llm-image-captioning:latest --project-hash=your-project-hash`           |
| LLM Document Classification | 📄        | Radio Classification | [GitHub](https://github.com/encord-team/encord-agents/tree/main/docker/llm-document-classification) | [DockerHub](https://hub.docker.com/r/encord/encord-agent-llm-document-classification) | `docker run -e ENCORD_SSH_KEY -e OPENAI_API_KEY encord/encord-agent-llm-document-classification:latest --project-hash=your-project-hash`    |
| DETR Video labeling         | 📹        | Bounding Boxes       | [GitHub](https://github.com/encord-team/encord-agents/tree/main/docker/detr-video-labeling)         | [DockerHub](https://hub.docker.com/r/encord/encord-agent-detr-video-labeling)         | `docker run -e ENCORD_SSH_KEY encord/encord-agent-detr-video-labeling:latest --project-hash=your-project-hash`                              |
| Gemma 3 Routing             | 🖼️ 📄📹  | Agnostic             | [GitHub](https://github.com/encord-team/encord-agents/tree/main/docker/gemma-3-routing)             | [DockerHub](https://hub.docker.com/r/encord/encord-agent-gemma-3-routing)             | `docker run -e ENCORD_SSH_KEY -e HUGGINGFACE_API_KEY encord/encord-agent-gemma-3-routing-container:latest --project-hash=your-project-hash` |
