Metadata-Version: 2.1
Name: modelzoo-iitm
Version: 0.0.24
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 Analytics Club, IIT Madras

Models : 

* Computer Vision
  * Segmentation
    * 2D Segmentation
      * UNet 
      * UNet++
      * PSPNet
    * 3D Segmentation
      * PointNet
  * GAN
    * StackGAN
    * Inpainting

* Natural Language Processing
  * CharCNN
  * Adaptive Attention for Image Captioning

## Installation

Run the following to install:

**pip install modelzoo-iitm**

## 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]**

