Metadata-Version: 2.0
Name: ganzoo
Version: 0.0.1
Summary: Implementation of all GANs
Home-page: https://github.com/innerlee/ganzoo
Author: Zhizhong Li
Author-email: 363664470@qq.com
License: MIT
Description-Content-Type: UNKNOWN
Keywords: gan
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Utilities
Requires-Dist: numpy (>=1.11.1)
Requires-Dist: torch
Requires-Dist: torchvision

# GAN ZOO

[![Documentation](https://img.shields.io/badge/documentation-master-green.svg)](https://innerlee.github.io/ganzoo/)
[![PyPI Version](https://img.shields.io/pypi/v/ganzoo.svg)](https://pypi.python.org/pypi/ganzoo)
[![Python Version](https://img.shields.io/pypi/pyversions/ganzoo.svg)]()
[![Build Status](https://travis-ci.org/innerlee/ganzoo.svg?branch=master)](https://travis-ci.org/innerlee/ganzoo)
[![Coverage Status](https://codecov.io/gh/innerlee/ganzoo/branch/master/graph/badge.svg)](https://codecov.io/gh/innerlee/ganzoo)


`ganzoo` implements all the GANs. Currently, it includes

- GAN
- DCGAN
- WGAN
- WGAN-GP
- CGAN

Try and start with

```shell
pip install ganzoo
```


