Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 287 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 287 Bytes

LungCT : Classification of the Lung CT images

Feature extractor for chest CT scans to be used for ML-based modeling.

Quickstart

$ git clone https://github.com/RWTH-DDM/lungct.git
$ cd lungct
$ pipenv sync
$ python main.py

Running tests

$ python -m unittest