Metadata-Version: 2.1
Name: kaggle_runner
Version: 0.0.1
Summary: Run kaggle kernels, for fast model prototyping
Home-page: http://github.com/pennz/kaggle_runner
Author: pennz
Author-email: pengyuzhou.work@gmail.com
License: MIT
Description: # kaggle_runner
        
        Check main.py or test_coord.py for usage. It uses kaggle API to upload your script/notbook to kaggle servers and let the kernel run.
        
        ## AMQP
        AMQP is used for logging. Its license needs mention.
        
        ## PneumothoraxSegmentation
        Use this [kaggle competition](https://www.kaggle.com/c/siim-acr-pneumothorax-segmentation) about PneumothoraxSegmentation about Pneumothorax Segmentation as an example.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
