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

# Run prebuilt AI models and applications

> Run prebuilt AI/ML models and sample applications using Python, the Qdemo UI, or the Qualcomm IM SDK on Qualcomm Dragonwing IoT platforms.

AI/ML reference applications demonstrate how to deploy and run models across common real-world scenarios, including live camera feeds, video files, and RTSP streams on Qualcomm evaluation kits.

These applications can be executed on your local EVK, depending on your development workflow and hardware availability.

Select the option that best aligns with your hardware setup, development environment, and use case.

<CardGroup cols={2}>
  <Card title="Experience AI with Qdemo" icon="desktop" href="../topic/run-the-gui-demo">
    Run preinstalled AI use cases through the Qdemo graphical interface on your EVK.
  </Card>

  <Card title="Run Qualcomm IM SDK Sample Application" icon="microchip" href="../topic/sample-app-evk">
    Run AI/ML sample applications on a Qualcomm Dragonwing IoT platform using the Qualcomm IM SDK.
  </Card>

  <Card title="Run a LiteRT model on the NPU" icon="python" href="../topic/run-a-litert-model-using-delegate">
    Run object detection on the NPU of a Qualcomm Dragonwing device using the QNN delegate with Python.
  </Card>
</CardGroup>
