You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/linux/README.md
+14-38Lines changed: 14 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,30 +2,9 @@
2
2
3
3
## Overview
4
4
5
-
This guide demonstrates how to develop AI applications on Qualcomm Dragonwing™ **IQ9075** and **QCS6490** platforms using QAI AppBuilder. Both SoCs are officially supported, and this guide covers three main areas:
5
+
This guide demonstrates how to develop AI applications on Qualcomm Dragonwing™ **IQ9075** and **QCS6490** platforms using QAI AppBuilder. QAI AppBuilder provides both Python and C++ interfaces, allowing you to build AI applications with just a few lines of code.
6
6
7
-
1.**Chat Application with OpenAI-Compatible API**: Build conversational chat WebUI applications using OpenAI-compatible APIs for seamless integration.
8
-
9
-
2.**LangFlow Low-Code Framework**: Deploy and run the LangFlow low-code framework on IQ9075 for rapid AI application development.
10
-
11
-
3.**AI Model Inference with Python API**: Use the QAI AppBuilder Python interface to perform AI model inference on both **IQ9075** and **QCS6490** platforms.
> -**Required Version**: QNN SDK 2.39.x or higher is required.
52
31
> -**Architecture Support**: Although the package is labeled for x86, it contains dynamic libraries for aarch64 architecture.
53
-
> -**Library Selection**: Ensure you select the correct dynamic libraries matching your hardware platform during deployment to avoid compatibility issues.
54
-
> -**File Format**: The downloaded file has a `*.qik` extension.
55
32
> -**Installation Guide**: For detailed installation instructions, refer to the [official documentation](https://docs.qualcomm.com/bundle/publicresource/topics/80-77512-1/hexagon-dsp-sdk-install-addons-linux.html?product=1601111740010422).
56
33
57
34
### Set Environment Variables
58
35
59
-
Configure the following environment variables (replace `<path_to_qnn_sdk>` with your actual QNN SDK installation path):
36
+
On the **IQ9075** and **QCS6490** device side, configure the following environment variables (replace `<path_to_qnn_sdk>` with your actual QNN SDK installation path):
These examples demonstrate how to use the Python API for AI model inference on computer vision tasks. Models are automatically downloaded during the first run through network requests within the Python scripts.
82
-
83
-
#### Automatic Model Selection
56
+
### Run Python API Samples
84
57
85
-
Models are automatically selected based on your device platform:
58
+
QAI AppBuilder provides multiple examples of AI applications developed using Python, covering scenarios such as image super-resolution, object detection, and image classification. Follow the steps below to run the Python API examples and quickly get started with these applications.
86
59
87
-
-**QCS6490**: Downloads quantized INT8 models optimized for integer inference.
88
-
-**IQ9075**: Downloads FP16 models optimized for half-precision floating-point inference.
0 commit comments