This repository helps you gained a basic understanding of building ML model for classifying crop type from Sentinel-2 satellite images. The tutorial is in the crop_classification_using_deep_learning notebook.
If you want to execute code inside the notebook, there are a few steps that need to be done first.
-
Install Dependencies : All dependencies are listed in the
requirements.txtfile. To install use the following command:pip install -r requirements.txt -
Unzip data
- Image data : Decompress all zip files inside
data/imagefolder. The unzipped folder names will be similar to those in the notebook. - Vector data : Decompress all zip files inside
data/shapefolder. The unzipped folder names will be similar to those in the notebook.
- Image data : Decompress all zip files inside