Using MindSpore on Mobile and IoT

Filter
Environment
Application Specific Integrated Circuit
User
Stage
Programming Language

Experience a MindSpore Lite C++ Simple Demo
This tutorial provides a MindSpore Lite inference demo. It demonstrates the basic on-device inference process using C++ by inputting random data, executing inference, and printing the inference result.
Experience a MindSpore Lite Java Simple Demo
This tutorial provides an example program for MindSpore Lite to perform inference. It demonstrates the basic process of performing inference on the device side using MindSpore Lite Java API by random inputting data, executing inference, and printing the inference result.
Implementing an Image Classification Application (C++)
It is recommended that you start from the image classification demo on the Android device to understand how to build the MindSpore Lite application project, configure dependencies, and use related APIs.
Android Application Development Based on Java Interface
This tutorial demonstrates the on-device deployment process based on the image segmentation demo on the Android device provided by the MindSpore team.
Training a LeNet Model
This tutorial explains the code that trains a LeNet model using Training-on-Device infrastructure.
Downloading MindSpore Lite
This tutorial introduces how to download the MindSpore Lite quickly.
Building MindSpore Lite
This tutorial introduces how to build the MindSpore Lite quickly.
Converting Models for Inference
MindSpore Lite provides a tool for offline model conversion. It supports conversion of multiple types of models. The converted models can be used for inference.