Using MindSpore on Mobile and IoT

Filter
Environment
User
Stage
Application Specific Integrated Circuit
Programming Language

Experience C++ Simple Inference 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 Java Simple Inference 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.
Android Application Development Based on JNI Interface
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.
Implement Device Training Based On C++ Interface
This tutorial explains the code that trains a LeNet model using Training-on-Device infrastructure.
Implement Device Training Based On Java Interface
This tutorial demonstrates how to use the Java API on MindSpore Lite by building and deploying LeNet of the Java version.
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.