Logo Lanfrica

Youssef20015/GlobeClass-Land-Type-Classification-in-Egypt-Sentinel2-DEPI-

Domain:

geospatial

Record type:

project
Creator:
You
Host:
Land type classification in Egypt using Sentinel-2 satellite imagery and deep learning. # 🌍 GlobeClass # Land-Type Classification in Egypt using Sentinel-2 Satellite Imagery A deep learning project for **land cover classification in Egypt** using **Sentinel-2 satellite imagery**. This project leverages computer vision and deep learning models to automatically classify different land types from satellite images, supporting environmental monitoring, urban planning, and agricultural analysis. --- ## πŸ“Œ Project Overview This project aims to classify land types in Egypt from Sentinel-2 satellite images using state-of-the-art deep learning techniques. The workflow includes: - Collecting Sentinel-2 satellite imagery - Data preprocessing and augmentation - Training deep learning models - Evaluating model performance - Predicting land cover classes on unseen images --- ## πŸš€ Features - πŸ›°οΈ Sentinel-2 satellite image classification - 🌍 Land cover detection in Egypt - 🧠 Deep learning-based image classification - πŸ“Š Model evaluation and performance metrics - πŸ“ˆ Training visualization (accuracy & loss) - πŸ” Prediction on custom satellite images --- ## πŸ› οΈ Technologies Used - Python - PyTorch - NumPy - Pandas - Matplotlib - Scikit-learn - OpenCV - Pillow (PIL) - Jupyter Notebook --- ## πŸ“‚ Project Structure ``` Land-Type-Classification-in-Egypt-Sentinel2-DEPI/ β”‚ β”œβ”€β”€ dataset/ β”œβ”€β”€ notebooks/ β”œβ”€β”€ models/ β”œβ”€β”€ outputs/ β”œβ”€β”€ images/ β”œβ”€β”€ train.py β”œβ”€β”€ predict.py β”œβ”€β”€ requirements.txt └── README.md ``` --- ## πŸ“Š Dataset This project uses **Sentinel-2 satellite imagery** for land cover classification. Example land types include: - 🌾 Agricultural Land - 🌲 Forest - 🏜️ Desert - πŸ™οΈ Urban Area - 🌊 Water Bodies - 🌱 Vegetation - πŸ›£οΈ Roads - 🏭 Industrial Areas --- ## βš™οΈ Installation Clone the repository: ```bash git clone github.com cd Land-Type-Classification-in-Egypt-Sentinel2-DEPI ``` Install dependencies: ```bash pip install -r requirements.txt ``` --- ## ▢️ Training Run: ```bash python …