docs(readme): add

This commit is contained in:
zjkjzj
2021-03-18 15:07:35 +08:00
parent 8bc5d96ed6
commit e2dc79393a
16 changed files with 1004 additions and 17 deletions

View File

@@ -0,0 +1,36 @@
# PyNet
[中文版本Chinese version](./MINIMAL_README.zh-CN.md)
> Numpy-based deep learning library
## Table of Contents
- [Install](#install)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
## Install
```
```
## Usage
```
```
## Contributing
PRs accepted.
Small note:
* Git submission specifications should be complied with [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/)
* If versioned, please conform to the [Semantic Versioning 2.0.0](https://semver.org) specification
* If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
## License
[Apache License 2.0](LICENSE) © 2019 zjZSTU