diff --git a/ecosystem/library_info.yaml b/ecosystem/library_info.yaml new file mode 100644 index 0000000..f5bab08 --- /dev/null +++ b/ecosystem/library_info.yaml @@ -0,0 +1,28 @@ +name: MindSpore 生态 +type: Library +description: 用于增强AI模型开发、部署,AI科研的开源项目库 +list: + - name: mindcv + links: https://github.com/mindspore-ecosystem/mindcv + introduction: A toolbox of vision models and algorithms based on MindSpore. + date: 2022-10-28 + - name: mindnlp + links: https://github.com/mindspore-ecosystem/mindnlp + introduction: An open source NLP library based on MindSpore. + date: 2022-10-28 + - name: mindface + links: https://github.com/mindspore-ecosystem/mindface + introduction: MindFace is an open source toolkit based on MindSpore, containing the most advanced face recognition and detection models, such as ArcFace, RetinaFace and other models. + date: 2022-10-28 + - name: mindaudio + links: https://github.com/mindspore-ecosystem/mindaudio + introduction: An open source audio research toolbox based on MindSpore in audio direction. + date: 2022-10-28 + - name: TensorLayerX + links: https://github.com/tensorlayer/TensorLayerX + introduction: A Unified Deep Learning and Reinforcement Learning Framework for All Hardwares, Backends and OS. + date: 2022-10-28 + - name: Cybertron + links: https://github.com/lvyufeng/Cybertron + introduction: Mindspore implementation of transformers. + date: 2022-10-28 diff --git a/ecosystem/library_info_en.yaml b/ecosystem/library_info_en.yaml new file mode 100644 index 0000000..a90a5d3 --- /dev/null +++ b/ecosystem/library_info_en.yaml @@ -0,0 +1,28 @@ +name: MindSpore Ecosystem +type: Library +description: Opensource libraries for AI development, deployment and research. +list: + - name: mindcv + links: https://github.com/mindspore-ecosystem/mindcv + introduction: A toolbox of vision models and algorithms based on MindSpore. + date: 2022-10-28 + - name: mindnlp + links: https://github.com/mindspore-ecosystem/mindnlp + introduction: An open source NLP library based on MindSpore. + date: 2022-10-28 + - name: mindface + links: https://github.com/mindspore-ecosystem/mindface + introduction: MindFace is an open source toolkit based on MindSpore, containing the most advanced face recognition and detection models, such as ArcFace, RetinaFace and other models. + date: 2022-10-28 + - name: mindaudio + links: https://github.com/mindspore-ecosystem/mindaudio + introduction: An open source audio research toolbox based on MindSpore in audio direction. + date: 2022-10-28 + - name: TensorLayerX + links: https://github.com/tensorlayer/TensorLayerX + introduction: A Unified Deep Learning and Reinforcement Learning Framework for All Hardwares, Backends and OS. + date: 2022-10-28 + - name: Cybertron + links: https://github.com/lvyufeng/Cybertron + introduction: Mindspore implementation of transformers. + date: 2022-10-28 diff --git a/ecosystem/model_info.yaml b/ecosystem/model_info.yaml new file mode 100644 index 0000000..5f0fb20 --- /dev/null +++ b/ecosystem/model_info.yaml @@ -0,0 +1,16 @@ +name: MindSpore 生态 +type: Model +description: 面向特定任务的SOTA模型及其衍生工具 +list: + - name: AECRNet + links: https://github.com/Booooooooooo/AECRNet-MindSpore + introduction: MindSpore implementation of Contrastive Learning for Compact Single Image Dehazing, CVPR2021. + date: 2022-10-28 + - name: GoodsRecognition + links: https://github.com/pprp/GoodsRecognition.MindSpore + introduction: 基于MindSpore AI框架实现零售商品识别 top1方案. + date: 2022-10-28 + - name: TSD + links: https://github.com/grispeut/TSD_mindspore + introduction: 第三届华为云无人车挑战杯复赛Top1方案. + date: 2022-10-28 diff --git a/ecosystem/model_info_en.yaml b/ecosystem/model_info_en.yaml new file mode 100644 index 0000000..4b9b9a0 --- /dev/null +++ b/ecosystem/model_info_en.yaml @@ -0,0 +1,16 @@ +name: MindSpore Ecosystem +type: Model +description: Opensource SOTA models for specific task. +list: + - name: AECRNet + links: https://github.com/Booooooooooo/AECRNet-MindSpore + introduction: MindSpore implementation of Contrastive Learning for Compact Single Image Dehazing, CVPR2021. + date: 2022-10-28 + - name: GoodsRecognition + links: https://github.com/pprp/GoodsRecognition.MindSpore + introduction: Top1 solution of Retail product identification competition. + date: 2022-10-28 + - name: TSD + links: https://github.com/grispeut/TSD_mindspore + introduction: Top1 solution of The 3rd Huawei Cloud Unmanned Vehicle Challenge Cup. + date: 2022-10-28 diff --git a/ecosystem/tutorial_info.yaml b/ecosystem/tutorial_info.yaml new file mode 100644 index 0000000..891efa2 --- /dev/null +++ b/ecosystem/tutorial_info.yaml @@ -0,0 +1,16 @@ +name: MindSpore 生态 +type: Tutorial +description: AI子领域的入门教程开源仓 +list: + - name: mindspore-nlp-tutorial + links: https://github.com/lvyufeng/mindspore-nlp-tutorial + introduction: Natural Language Processing Tutorial for MindSpore Users. + date: 2022-10-28 + - name: MindSpore-GAN + links: https://github.com/lvyufeng/MindSpore-GAN + introduction: MindSpore implementations of Generative Adversarial Networks. + date: 2022-10-28 + - name: d2l-mindspore + links: https://github.com/lvyufeng/d2l-mindspore + introduction: 《动手学深度学习》的MindSpore实现. + date: 2022-10-28 diff --git a/ecosystem/tutorial_info_en.yaml b/ecosystem/tutorial_info_en.yaml new file mode 100644 index 0000000..0a3aad6 --- /dev/null +++ b/ecosystem/tutorial_info_en.yaml @@ -0,0 +1,16 @@ +name: MindSpore Ecosystem +type: Tutorial +description: Opensource repositories of tutorials for specific AI domain. +list: + - name: mindspore-nlp-tutorial + links: https://github.com/lvyufeng/mindspore-nlp-tutorial + introduction: Natural Language Processing Tutorial for MindSpore Users. + date: 2022-10-28 + - name: MindSpore-GAN + links: https://github.com/lvyufeng/MindSpore-GAN + introduction: MindSpore implementations of Generative Adversarial Networks. + date: 2022-10-28 + - name: d2l-mindspore + links: https://github.com/lvyufeng/d2l-mindspore + introduction: MindSpore implementation of "Dive into Deep Learning". + date: 2022-10-28