├── .gitattributes ├── .gitignore ├── Download_LITS_dataset_from_torrent.ipynb ├── LITS17-27772adef6f563a1ecc0ae19a528b956e6c803ce.torrent ├── LITS_prediction.ipynb ├── Model_Training.ipynb ├── README.md └── aap-lits.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Auggen21/LITS-Challenge/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Auggen21/LITS-Challenge/HEAD/.gitignore -------------------------------------------------------------------------------- /Download_LITS_dataset_from_torrent.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Auggen21/LITS-Challenge/HEAD/Download_LITS_dataset_from_torrent.ipynb -------------------------------------------------------------------------------- /LITS17-27772adef6f563a1ecc0ae19a528b956e6c803ce.torrent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Auggen21/LITS-Challenge/HEAD/LITS17-27772adef6f563a1ecc0ae19a528b956e6c803ce.torrent -------------------------------------------------------------------------------- /LITS_prediction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Auggen21/LITS-Challenge/HEAD/LITS_prediction.ipynb -------------------------------------------------------------------------------- /Model_Training.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Auggen21/LITS-Challenge/HEAD/Model_Training.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Auggen21/LITS-Challenge/HEAD/README.md -------------------------------------------------------------------------------- /aap-lits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Auggen21/LITS-Challenge/HEAD/aap-lits.py --------------------------------------------------------------------------------