Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 755 Bytes

File metadata and controls

26 lines (19 loc) · 755 Bytes

README

Cloning repository

Use the following command to clone the project to your local machine.

$ git clone https://github.com/rudegrass/cloud_classification.git

Installing Dependencies:

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

Manual

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