Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
...
...
@@ -7,20 +8,45 @@ Note: The content of this SIG follows the convention described in OpenHarmony's
### work goals
MindSpore Lite is an ultra-fast, intelligent, and simplified AI engine that enables intelligent applications in all scenarios, provides E2E solutions for users, and helps users enable AI capabilities. For more information, please see [MindSpore Lite official website](https://www.mindspore.cn/lite). MindSpore SIG not only needs to provide users with basic training and inference services, more importantly, in order to expand the ecosystem, we need to cooperate with developers and assist them in contributing their code.
### work scope
### The repository
- Model converter
The MindSpore Lite model converter tool provides the converter of TensorFlow, TensorFlow Lite, Caffe, ONNX to MindSpore Lite model, fusion and quantization could be introduced during convert procedure.
- Training
Support small samples, migration, and incremental training on the device to achieve a personalized AI experience.
- Inference
Load the model and perform inference. Inference is the process of running input data through the model to get output.
- Special AI chip support
Support Special AI chip to connect to MindSpore Lite.