├── README.md <- The top-level README for developers using this project.
├── data
│ └── kaggle_satellite_image_classification <- Toy dataset, downloaded from
│ https://www.kaggle.com/mahmoudreda55/satellite-image-classification
│
├── windows_environ.yml <- The requirements file for reproducing the analysis environment in Windows,
│ generated with `conda env export > windows_environ.yml`,
│ loaded with `conda env create -f windows_environ.yml`, and
│ updated with `conda env update --name cs229proj --file windows_environ.yml --prune`
│