Metadata-Version: 1.1
Name: deoxys
Version: 0.0.10
Summary: Keras-based framework for UNet structure in Cancer Tumor Delineation
Home-page: https://github.com/huynhngoc/deoxys
Author: Ngoc Huynh Bao
Author-email: ngoc.huynh.bao@nmbu.no
License: "MIT license",
Description: ======
        deoxys
        ======
        
        
        .. image:: https://readthedocs.org/projects/deoxys/badge/?version=latest
                :target: https://deoxys.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://app.travis-ci.com/huynhngoc/deoxys.svg?branch=master
           :target: https://app.travis-ci.com/huynhngoc/deoxys
        
        .. image:: https://coveralls.io/repos/github/huynhngoc/deoxys/badge.svg
           :target: https://coveralls.io/github/huynhngoc/deoxys
        
        .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
            :target: https://github.com/psf/black
        
        
        Framework for running deep-learning experiments with emphasis on cancer tumor auto-segmentation.
        
        
        * Free software: MIT license
        * Documentation: https://deoxys.readthedocs.io.
        
        
        Features
        ========
        Applying different deep learning models on medical images
        
        
        Build from source
        =================
        
        Editable mode installation
        ``pip install -e .``
        
        Run test
        ``tox .``
        
        Environment setup
        =================
        To run on CPU only (windows)
        ``set CUDA_VISIBLE_DEVICES=-1``
        
        To customize the number of iteration per epoch:
        
        On Windows
        ``set ITER_PER_EPOCH=500``
        
        On Linux
        ``export ITER_PER_EPOCH=500``
        
Keywords: deoxys
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
