Update AidLite SDK Development Documents.md
Browse files
AidLite SDK Development Documents.md
CHANGED
@@ -26,4 +26,52 @@ AidLite works with AIMO (a model conversion platform), can help developers quick
|
|
26 |
|
27 |
## OS Environmental Description
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
## Installation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
## OS Environmental Description
|
28 |
|
29 |
+
AidLite SDK support Android OS, Linux OS and AidLux OS.
|
30 |
+
|
31 |
+
**AI runtime support**
|
32 |
+
|
33 |
+
||Qualcomm SNPE|Qualcomm QNN|TFLite|RKNN|
|
34 |
+
|:----:|:----:|:----:|:----:|:----:|
|
35 |
+
|AidLux OS|β
|β
|β
|β
|
|
36 |
+
|Linux OS|β
|β
|β
|β
|
|
37 |
+
|Android OS|β
|π§|π§|β|
|
38 |
+
|
39 |
+
β
: Supported
|
40 |
+
|
41 |
+
π§: Supported in the next version
|
42 |
+
|
43 |
+
β: To be supported
|
44 |
+
|
45 |
+
**AI Box support**
|
46 |
+
|
47 |
+
||Qualcomm SNPE1.61|Qualcomm SNPE2.1x|Qualcomm QNN|RKNN|
|
48 |
+
|:----:|:----:|:----:|:----:|:----:|
|
49 |
+
|QCS6490|β
|β
|β
|β|
|
50 |
+
|QCS8250|β
|β|β|β|
|
51 |
+
|QCS8550|β|β
|β
|β|
|
52 |
+
|RK3588|β|β|β|β
|
|
53 |
+
|
54 |
+
β
: Supported
|
55 |
+
|
56 |
+
β: Unsupported
|
57 |
+
|
58 |
## Installation
|
59 |
+
|
60 |
+
### Installation for AidLux
|
61 |
+
|
62 |
+
1. Install AidLite in APP store
|
63 |
+
|
64 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/64c1fef5b9d81735a12c3fcc/hlo97HWQaECIFQSQMYb4S.png">
|
65 |
+
|
66 |
+
> the password is `aidlux`
|
67 |
+
|
68 |
+
2. Install AidLite in terminal
|
69 |
+
|
70 |
+
```
|
71 |
+
python3 -m pip install pyaidlite -i https://mirrors.aidlux.com --trusted-host mirrors.aidlux.com
|
72 |
+
```
|
73 |
+
|
74 |
+
### Installation for Linux
|
75 |
+
|
76 |
+
### Installation for Android
|
77 |
+
|