Metadata-Version: 2.1
Name: modelzoo-iitm
Version: 0.0.2
Summary: Model Zoo by IIT Madras
Home-page: https://github.com/Vinayak-VG/ModelZoo_PyPi
Author: Vinayak-VG
Author-email: vinayakguptapokal@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: elasticdeform (~=0.4.9)
Provides-Extra: dev
Requires-Dist: pytest (>=3.7) ; extra == 'dev'

# ModelZoo

This is the ModelZoo created by the students of IIT Madras.

Models : 

    UNet and UNet++

    PointNet

    StackGAN

    PSPNet 

## Installation

Run the following to install:

**pip install modelzoo**

## Developing Model Zoo

To install modelzoo, along with the tools you need to develop and run tests, run the following in your virtualenv:

**pip install -e .[dev]**

