Metadata-Version: 2.1
Name: svkcore
Version: 0.0.9
Summary: A simple deep computer vision toolkit
Home-page: https://github.com/ZhaoJianghua/simple-vision-kit.git
Author: zjh
Author-email: zhaojianghua1990@qq.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pillow
Requires-Dist: opencv-python
Requires-Dist: numpy
Requires-Dist: lxml

# Simple vision kit

A simple deep computer vision toolkit.

[API Doc](https://simple-vision-kit.readthedocs.io/en/latest/index.html)

## Get start

### install 

#### pip

```shell script
pip install svkcore
```

#### from source

```shell script
git clone https://github.com/ZhaoJianghua/simple-vision-kit.git
cd simple-vision-kit
python setup.py install
```

### Usage

See detail on [readthedocs](https://simple-vision-kit.readthedocs.io/en/latest/get_start.html#usage)

## modules

Ses full content on [readthedocs](https://simple-vision-kit.readthedocs.io/en/latest/svkcore.html)

## change logs

### 2023/03/10

- add new feature to ``image_gallery``: resize all image by same scale
- add setup.py to install package
- add docs


