Metadata-Version: 2.1
Name: tensorcv
Version: 0.2.0
Summary: tf.Keras implementations of a Deep Learning Toolkit for Computer Vision.
Home-page: https://github.com/Hourout/tensorcv
Author: JinQing Lee
Author-email: hourout@163.com
License: Apache License Version 2.0
Keywords: computer-vision,keras,tf.keras,deep-learning
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: imageio
Requires-Dist: tensorflow (>=1.12.0)

![](https://github.com/Hourout/tensorcv/blob/master/image/tensorcv.png)

Keras and TensorFlow CV Toolkit

![PyPI version](https://img.shields.io/pypi/pyversions/tensorcv.svg)
![Github license](https://img.shields.io/github/license/Hourout/tensorcv.svg)
[![PyPI](https://img.shields.io/pypi/v/tensorcv.svg)](https://pypi.python.org/pypi/tensorcv)
![PyPI format](https://img.shields.io/pypi/format/tensorcv.svg)

| [中文介绍](https://github.com/Hourout/tensorcv/blob/master/document/Chinese.md) |[ Version ](https://github.com/Hourout/tensorcv/blob/master/document/version.md)|

## Installation
To install [this verson from PyPI](https://pypi.org/project/tensorcv/), type:

```
pip install tensorcv
```

To get the newest one from this repo (note that we are in the alpha stage, so there may be frequent updates), type:

```
pip install git+git://github.com/Hourout/tensorcv.git
```


