This repository explores the classification of land use types using aerial and satellite photographs of the earth's surface. The project focuses on creating photo masks based on ready-made masks and visualizing them on the screen.
Determining how land is used is a significant challenge with implications for both economic and natural disasters due to improper and illegal land use. This project addresses this issue by leveraging the analysis of aerial and satellite images. The key goal is to build a mathematical model capable of determining land use types based on color analysis. By utilizing artificial intelligence and big data methods, the project aims to develop a robust model-classifier.
The statistical data used in this project was obtained from Kaggle under the CC0: Public Domain license.
- Yaroslav Vyklyuk, Prof., PhD., DrSc
To replicate or experiment with this project, follow the steps outlined below.
- Python
- Jupyter Notebooks
- Required libraries (matplotlib, scikit-learn, opencv-python, colormap, skillsnetwork, etc.)
pip install -r requirements.txt
Run the following command to download the necessary dataset:
python prepare_data.py
- Visualize and explore the provided Jupyter notebooks.
- Use the functions and scripts to analyze and classify land usage based on images.
- Experiment with your own datasets and models.
This project is licensed under the MIT License - see the LICENSE file for details.
- The dataset used in this project is credited to Kaggle.