[ English | 中文 ]
This repository contains curated educational and training cases based on MindSpore. These examples are crafted to support learning and model experimentation on xihe.mindspore.cn, a collaborative AI platform.
Whether you're a beginner learning AI or a developer exploring new ideas, this repository provides hands-on case studies that demonstrate how to build, train, and deploy models using MindSpore.
- Easy-to-follow MindSpore examples for AI education and practice
- Fully compatible with xihe.mindspore.cn — no local setup needed
- Supports for both Ascend and CPU platforms
- Open to community contributions and actively maintained
| Platform | Supported MindSpore Versions |
|---|---|
| Ascend | 2_5, 2_4, 2_3, 2_2 |
| CPU | 2_5, 2_4, 2_3 |
ℹ️ Cases are version-tagged and continuously updated to support newer MindSpore releases.
xihe-cases/
├── dev/ # Community-contributed cases
│ ├── ascend/ # Ascend platform cases
│ ├── cpu/ # CPU platform cases
│ ├── README.md # Contribution guidelines (EN)
│ └── README_CN.md # Contribution guidelines (CN)
├── platform/ # Officially maintained examples
│ ├── ascend/ # Ascend platform cases
│ └── cpu/ # CPU platform cases
├── LICENSE # License file
├── README.md # English documentation
└── README_CN.md # 中文文档
You can run the cases directly on xihe.mindspore.cn without no installation needed. To run cases locally:
- Install MindSpore Refer to the MindSpore installation guide for your local machine.
- Clone this repository
git clone https://github.com/opensourcedot/xihe-cases.git
cd xihe-cases- Run the cases Navigate to any case directory and follow its instructions in the corresponding case.
We welcome contributions from the community! If you've created a valuable case, feel free to submit it under the dev/ directory. 📘 See the Developer Contribution Hub for more details.
This project is licensed under the Apache License 2.0.