> ## 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.

# 运行预构建的 AI 模型和应用程序

> 在 Qualcomm Dragonwing IoT 平台上使用 Python、Qdemo UI 或 Qualcomm IM SDK 运行预构建的 AI/ML 模型和示例应用程序。

AI/ML 参考应用程序演示了如何在常见的真实场景中部署和运行模型，包括 Qualcomm 评估套件上的实时摄像头画面、视频文件和 RTSP 流。

这些应用程序可以在您本地的 EVK 上执行，具体取决于您的开发工作流和硬件可用性。

请选择最符合您的硬件配置、开发环境和用例的选项。

<CardGroup cols={2}>
  <Card title="通过 Qdemo 体验 AI" icon="desktop" href="../topic/run-the-gui-demo">
    通过 EVK 上的 Qdemo 图形界面运行预装的 AI 用例。
  </Card>

  <Card title="运行 Qualcomm IM SDK 示例应用程序" icon="microchip" href="../topic/sample-app-evk">
    使用 Qualcomm IM SDK 在 Qualcomm Dragonwing IoT 平台上运行 AI/ML 示例应用程序。
  </Card>

  <Card title="在 NPU 上运行 LiteRT 模型" icon="python" href="../topic/run-a-litert-model-using-delegate">
    使用 QNN delegate 和 Python 在 Qualcomm Dragonwing 设备的 NPU 上运行目标检测。
  </Card>
</CardGroup>
