Metadata-Version: 2.1
Name: basecore
Version: 0.1.9
Summary: pack of megvii base team common used logic based on megengine
Home-page: UNKNOWN
Author: wangfeng02
Author-email: wangfeng02@megvii.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# BaseCore
Basecore is a simple repo that provides deep learning frame for MegEngine.

## Features
TODO

## Installation
<details>
<summary>pip install</summary>

```shell
pip3 install basecore
```

</details>

<details>
<summary>source code install</summary>
This way of installation is recommanded for developers. Use the follwing commands to install BaseDet by source code.

```shell
git clone git@github.com:megvii-research/basecore.git
cd basecore
pip3 install -v -e .
```
</details>

## Document
TODO


