Other Language: Chinese
RT-AK
: RT-Thread AI Kit
RT-AK
is AI toolkit for RT-Thread RTOS, which makes it possible to just-one-command deploy the AI model into a RT-Thread project.
RT-AK
not only provides API
to support application development, but also takes advantage of the target platform facility for better performance.
With RT-AK
, it requires just one command to integrage an AI
model into RT-Thread application project, like this:
$ python aitools.py --model xxx...
For more details, please refer RT-AK README.md and Quick Start.
We focus on making it easy to land AI on the edge.
RT-AK
Tools Support PC OS:
Build Type | Status | Artifacts |
---|---|---|
Windows 10 | ||
Ubuntu 18.04 | ||
Mac | - |
RT-AK
Plugins For Target Platform:
Build Type | Status | Artifacts |
---|---|---|
STM32 | RT-AK STM32 Quick Start | |
K210 | RT-AK K210 Quick Start | |
- | - | - |
Both STM32
and K210
original toolchain come with model optimization support, so far only K210
plugin enabled qunatilization. STM32
plugin didn't enable it, yet.
Notes:
- For
STM32
platform, please qunatilize the model before run RT-AK, or it will generate codes using float. - For
K210
, the neural model must be raw model (not quantilized), RT-AK plugin will take care internally per your specification.
For more details, please refer documents in main project (RT-AK) and corresponding platform plugin.
Build Type | Status | Artifacts |
---|---|---|
-
[RT-AK FAQ](./RT-AK/documents/RT-AK FAQ EN.md)
-
Business: please contact business@rt-thread.com for commercial support, like develop plugin for proprietary hardware or consultant service.
For more internals, please read documents in RT-AK/documents and source code, welcome to contribute document, demo project and platform plugin. (PS, please use stand-alone repository for new plugin then PR for RT-AK/rt_ai_tools/platforms/support_platforms.json
registry.)
-
[RT-AK FAQ.md](RT-AK/documents/RT-AK FAQ EN.md)
-
[RT-AK Contributor Guide.md](RT-AK/documents/RT-AK Contributor Guide EN.md)
-
[RT-AK Dev Guide.md](RT-AK/documents/RT-AK Dev Guide EN.md)
-
[RT-AK Notes on AI Model.md](RT-AK/documents/RT-AK AI Model Notes EN.md)
-
RT-Thread Prgramming Guide.pdf (PDF is Chinese Only,yet. Please visit https://www.rt-thread.io/document/site/ for online English version)