Metadata-Version: 2.1
Name: SAMITorch
Version: 0.1
Summary: Deep Learning Framework For Medical Image Analysis
Home-page: UNKNOWN
Author: Benoit Anctil-Robitaille and Pierre-Luc Delisle
Author-email: benoit.anctil-robitaille.1@ens.etsmtl.ca
License: MIT
Description: ## Welcome to SAMITorch
        
        SAMITorch is a deep learning framework for *Shape Analysis in Medical Imaging* laboratory of [École de technologie supérieure](https://www.etsmtl.ca/) using [PyTorch](https://github.com/pytorch) library.
        It implements an extensive set of loaders, transformers, models and data sets suited for deep learning in medical imaging.
        Our objective is to build a tested, standard framework for quickly producing results in deep learning reasearch applied to medical imaging. 
        
        # Table Of Contents
        
        -  [Authors](#authors)
        -  [References](#references)
        -  [Project architecture](#project-architecture)
            -  [Folder structure](#folder-structure)
            -  [Main Components](#main-components)
                -  [Models](#models)
                -  [Trainers](#trainers)
                -  [Transformers](#transformers)
                -  [Logger](#logger)
                -  [Configuration](#configs)
                -  [Main](#main)
         -  [Contributing](#contributing)
         -  [Acknowledgments](#acknowledgments)
         
         
        ## Authors
        
        * Pierre-Luc Delisle - [pldelisle](https://github.com/pldelisle) 
        * Benoit Anctil-Robitaille - [banctilrobitaille](https://github.com/banctilrobitaille)
        
        ## References
        
        #### Segmentation
        
        #### Diffusion imaging
        
        #### Application
        
        ### Main components
        #### Models
        
        #### Trainers
        
        #### Transformers
        
        #### Logger
        
        #### Configs
        
        #### Main
        
        ## Contributing
        If you find a bug or have an idea for an improvement, please first have a look at our [contribution guideline](https://github.com/sami-ets/SAMITorch/blob/master/CONTRIBUTING.md). Then,
        
        
        ## Acknowledgment
        Thanks to [École de technologie supérieure](https://www.etsmtl.ca/), [Hervé Lombaert](https://profs.etsmtl.ca/hlombaert/) and [Christian Desrosiers](https://www.etsmtl.ca/Professeurs/cdesrosiers/Accueil) for providing us a lab and helping us in our research activities.
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
