Use the following command to clone the project to your local machine.
$ git clone https://github.com/rudegrass/cloud_classification.git
This project comes with a Pipfile specifying all project dependencies.
When using pipenv
first move into the project folder with:
$ cd cloud_classification
and then use the following command to install all necesarry dependencies into your virtual environment
$ pipenv install
There are severeal Jupyter Notebooks explaining the basic steps for training and applying the cloud classifier.
For using an already trained classifier check out this notebook