README.md
setup.cfg
setup.py
sagify/__init__.py
sagify/__main__.py
sagify/log.py
sagify.egg-info/PKG-INFO
sagify.egg-info/SOURCES.txt
sagify.egg-info/dependency_links.txt
sagify.egg-info/entry_points.txt
sagify.egg-info/requires.txt
sagify.egg-info/top_level.txt
sagify.egg-info/zip-safe
sagify/api/__init__.py
sagify/api/build.py
sagify/api/cloud.py
sagify/api/initialize.py
sagify/api/local.py
sagify/api/push.py
sagify/commands/__init__.py
sagify/commands/build.py
sagify/commands/cloud.py
sagify/commands/initialize.py
sagify/commands/local.py
sagify/commands/push.py
sagify/commands/custom_validators/__init__.py
sagify/commands/custom_validators/validators.py
sagify/config/__init__.py
sagify/config/config.py
sagify/sagemaker/__init__.py
sagify/sagemaker/sagemaker.py
sagify/template/cookiecutter.json
sagify/template/{{ cookiecutter.module_slug }}/Dockerfile
sagify/template/{{ cookiecutter.module_slug }}/__init__.py
sagify/template/{{ cookiecutter.module_slug }}/build.sh
sagify/template/{{ cookiecutter.module_slug }}/config.json
sagify/template/{{ cookiecutter.module_slug }}/executor.sh
sagify/template/{{ cookiecutter.module_slug }}/push.sh
sagify/template/{{ cookiecutter.module_slug }}/local_test/deploy_local.sh
sagify/template/{{ cookiecutter.module_slug }}/local_test/train_local.sh
sagify/template/{{ cookiecutter.module_slug }}/local_test/test_dir/input/config/hyperparameters.json
sagify/template/{{ cookiecutter.module_slug }}/local_test/test_dir/input/data/training/.gitkeep
sagify/template/{{ cookiecutter.module_slug }}/local_test/test_dir/model/.gitkeep
sagify/template/{{ cookiecutter.module_slug }}/local_test/test_dir/output/.gitkeep
sagify/template/{{ cookiecutter.module_slug }}/prediction/__init__.py
sagify/template/{{ cookiecutter.module_slug }}/prediction/nginx.conf
sagify/template/{{ cookiecutter.module_slug }}/prediction/predict.py
sagify/template/{{ cookiecutter.module_slug }}/prediction/predictor.py
sagify/template/{{ cookiecutter.module_slug }}/prediction/serve
sagify/template/{{ cookiecutter.module_slug }}/prediction/wsgi.py
sagify/template/{{ cookiecutter.module_slug }}/training/__init__.py
sagify/template/{{ cookiecutter.module_slug }}/training/train
tests/__init__.py
tests/commands/__init__.py
tests/commands/test_build.py
tests/commands/test_cloud.py
tests/commands/test_initialize.py
tests/commands/test_local.py
tests/commands/test_push.py
tests/commands/custom_validators/__init__.py
tests/commands/custom_validators/test_validators.py
tests/config/__init__.py
tests/config/test_config.py
tests/sagemaker/__init__.py
tests/sagemaker/test_sagemaker.py