README.md 2.8 KB
Newer Older
1 2
# MegEngine

Z
zhanghaolong 已提交
3 4 5
<p align="center">
  <img width="250" height="109" src="logo.png">
</p>
6 7 8

English | [中文](README_CN.md)

W
wenjuan 已提交
9
MegEngine is a fast, scalable and easy-to-use deep learning framework, with auto-differentiation.
10 11 12 13 14

------

## Installation

J
jiakai 已提交
15
**NOTE:** MegEngine now supports Python installation on Linux-64bit/Windows-64bit/MacOS(CPU-Only)-10.14+ platforms with Python from 3.5 to 3.8. On Windows 10 you can either install the Linux distribution through [Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl) or install the Windows distribution directly. Many other platforms are supported for inference.
16 17 18

### Binaries

J
jiakai 已提交
19
To install the pre-built binaries via pip wheels:
20 21

```bash
Z
zhanghaolong 已提交
22
python3 -m pip install --upgrade pip
Z
zhanghaolong 已提交
23
python3 -m pip install megengine -f https://megengine.org.cn/whl/mge.html
24 25
```

J
jiakai 已提交
26
## Building from Source
27

Z
zhanghaolong 已提交
28 29
* CMake build details. please refer to [BUILD_README.md](scripts/cmake-build/BUILD_README.md)
* Python binding build details, Please refer to [BUILD_PYTHON_WHL_README.md](scripts/whl/BUILD_PYTHON_WHL_README.md)
30 31 32

## How to Contribute

J
jiakai 已提交
33 34
* MegEngine adopts [Contributor Covenant](https://contributor-covenant.org) as a guideline to run our community. Please read the [Code of Conduct](CODE_OF_CONDUCT.md).
* Every contributor of MegEngine must sign a [Contributor License Agreement (CLA)](CONTRIBUTOR_LICENSE_AGREEMENT.md) to clarify the intellectual property license granted with the contributions.
J
Json Lee 已提交
35
* You can help to improve MegEngine in many ways:
36 37 38 39 40 41 42 43
    * Write code.
    * Improve [documentation](https://github.com/MegEngine/Docs).
    * Answer questions on [MegEngine Forum](https://discuss.megengine.org.cn), or Stack Overflow.
    * Contribute new models in [MegEngine Model Hub](https://github.com/megengine/hub).
    * Try a new idea on [MegStudio](https://studio.brainpp.com).
    * Report or investigate [bugs and issues](https://github.com/MegEngine/MegEngine/issues).
    * Review [Pull Requests](https://github.com/MegEngine/MegEngine/pulls).
    * Star MegEngine repo.
J
jiakai 已提交
44
    * Cite MegEngine in your papers and articles.
45
    * Recommend MegEngine to your friends.
J
jiakai 已提交
46
    * Any other form of contribution is welcomed.
47

J
jiakai 已提交
48
We strive to build an open and friendly community. We aim to power humanity with AI.
49

J
jiakai 已提交
50
## How to Contact Us
51 52 53 54

* Issue: [github.com/MegEngine/MegEngine/issues](https://github.com/MegEngine/MegEngine/issues)
* Email: [megengine-support@megvii.com](mailto:megengine-support@megvii.com)
* Forum: [discuss.megengine.org.cn](https://discuss.megengine.org.cn)
Z
zhanghaolong 已提交
55
* QQ Group: 1029741705
W
wenjuan 已提交
56
* OPENI: [openi.org.cn/MegEngine](https://www.openi.org.cn/html/2020/Framework_0325/18.html)
57 58 59 60 61 62 63 64 65

## Resources

- [MegEngine](https://megengine.org.cn)
- [MegStudio](https://studio.brainpp.com)
- [Brain++](https://brainpp.megvii.com)

## License

J
Json Lee 已提交
66
MegEngine is licensed under the Apache License, Version 2.0
67

J
jiakai 已提交
68
Copyright (c) 2014-2021 Megvii Inc. All rights reserved.