Metadata-Version: 2.1
Name: modelzoo_iitm
Version: 0.0.11
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
Description: # 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]**
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
Provides-Extra: dev
