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

# 运行 Qualcomm IMSDK 示例应用

Qualcomm IM SDK 包含用于演示 Qualcomm Dragonwing IoT 平台 AI/ML 能力的示例应用。这些应用可作为构建自定义用例的参考。有关可用参考应用的完整列表,请参阅 [Qualcomm IM SDK 示例应用](https://imsdkdocs.qualcomm.com/sample-application/ai-sample-applications)。

<Note>
  初次接触 IM SDK?请参阅 [IM SDK 概述](../topic/develop-your-own-application-im-sdk)了解其管线的工作原理,并访问 [Discover SDKs → IM SDKs](https://imsdkdocs.qualcomm.com) 查看完整的 SDK 参考和示例应用源代码。
</Note>

## 前提条件

* 设备已刷入包含 Qualcomm IM SDK 及其基于 GStreamer 的 AI 插件的预构建 Ubuntu 镜像。
* 设备已连接 Wi-Fi(互联网)并启用了 SSH,以便下载示例应用所使用的模型和标签文件。如果尚未完成 SSH 设置,请按照[设置 SSH 连接](https://dragonwingdocs.qualcomm.com/Ubuntu/devices/iq9075-evk/set-up-the-device#connect-over-ssh)在设备上启用 Wi-Fi 和 SSH。

## 后续步骤

<CardGroup cols={2}>
  <Card title="运行图像分类示例应用" icon="tags" href="../topic/classify-objects-with-default-model">
    使用默认模型在 EVK 上运行图像分类示例应用。
  </Card>

  <Card title="将自定义模型与示例应用配合使用" icon="sliders" href="../topic/customize-reference-app">
    定制参考应用以使用您自己的 AI 模型。
  </Card>
</CardGroup>
