qc903113684 commited on
Commit
a76ca7e
·
verified ·
1 Parent(s): 0d56b6c

Update AidLite SDK Development Documents.md

Browse files
AidLite SDK Development Documents.md CHANGED
@@ -1 +1,23 @@
1
- <h1>AidLite SDK Development Documents</h1>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <h1>AidLite SDK Development Documents</h1>
2
+ <toc>
3
+ <h2>Introduction</h2>
4
+
5
+ **AidLite SDK** (also called **AidSDK**) is the AI inference SDK encapsulated by Aplux. It is aim to use a unified API to load and inference AI model for various mainstream AI frameworks, and to be able to schedule various computing units of the hardware (CPU, GPU, NPU). AidLux SDK is part of the AI tool chain in the AIoT field launched by Aplux Company.
6
+
7
+ The Aplux AI tool chain covers the entire inference part, as shown in the figure below:
8
+
9
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/64c1fef5b9d81735a12c3fcc/GX84Ifi8xjyxgfjOQzsly.png" width=800>
10
+
11
+ Using Aplux AI tool chain can greatly reduce the development cycle in deploying AI models on edge devices.
12
+
13
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/64c1fef5b9d81735a12c3fcc/jgOWtSxHqpRFMf--hfitN.png" width=800>
14
+
15
+ AidLite works with AIMO (a model conversion platform), can help developers quickly migrate and deploy existing models to edge devices.
16
+
17
+ - AIMO online access link: [AI Model Optimization Platform](https://aidlux.com/product/aimo)
18
+
19
+ **AidLite SDK features are shown in the figure**
20
+
21
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/64c1fef5b9d81735a12c3fcc/OFMBCLKtMaPkP8aI92GtI.png" width=800>
22
+
23
+ <h2>Installation</h2>