# contrib **Repository Path**: liushuo_ustc/contrib ## Basic Information - **Project Name**: contrib - **Description**: This repository contains reviewed implementations of ideas from recent artificial intelligence papers base on MindSpore. - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 214 - **Created**: 2021-12-06 - **Last Updated**: 2021-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MindSpore-contrib ![MindSpore Logo](image/MindSpore-logo.png) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mindspore.svg)](https://pypi.org/project/mindspore) [![PyPI](https://badge.fury.io/py/mindspore.svg)](https://badge.fury.io/py/mindspore) [![Downloads](https://pepy.tech/badge/mindspore)](https://pepy.tech/project/mindspore) [![DockerHub](https://img.shields.io/docker/pulls/mindspore/mindspore-cpu.svg)](https://hub.docker.com/r/mindspore/mindspore-cpu) [![LICENSE](https://img.shields.io/github/license/mindspore-ai/mindspore.svg?style=flat-square)](https://github.com/mindspore-ai/mindspore/blob/master/LICENSE) [![Slack](https://img.shields.io/badge/slack-chat-green.svg?logo=slack)](https://join.slack.com/t/mindspore/shared_invite/zt-dgk65rli-3ex4xvS4wHX7UDmsQmfu8w) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://gitee.com/mindspore/mindspore/pulls) [查看中文](./README_CN.md) ## Introduction This repository contains reviewed implementations of ideas from recent artificial intelligence papers based on Mindspore. ## Directory Structure Description ```text contrib ├───dataset // API project of datasets pulished by MindSpore Team | ├───image // Images of documents │ ├───papers // Implementations of recent artificial intelligence paper based on MindSpore │ └───README_CN.md // Contrib repository description ``` ## Docs More details about installation guide, tutorials and APIs, please see the [User Documentation](https://gitee.com/mindspore/docs). ## Community ### Governance Check out how MindSpore Open Governance [works](https://gitee.com/mindspore/community/blob/master/governance.md). ### Communication - [MindSpore Slack](https://join.slack.com/t/mindspore/shared_invite/zt-dgk65rli-3ex4xvS4wHX7UDmsQmfu8w) - Communication platform for developers. - IRC channel at `#mindspore` (only for meeting minutes logging purpose) - Video Conferencing: TBD - Mailing-list: ## Contributing Welcome contributions. See our [Contributor Wiki](https://gitee.com/mindspore/mindspore/blob/master/CONTRIBUTING.md) for more details. ## License - [Apache License 2.0](LICENSE)