Skip to content

Land Use Land Cover Classification using EuroSAT dataset from Kaggle

Notifications You must be signed in to change notification settings

IshitaPrajapati08/Deep-Learning-Project--LULC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Land Use / Land Cover Classification using EuroSAT

πŸ“Œ Project Overview

This project performs Land Use / Land Cover (LULC) classification using the EuroSAT satellite image dataset.

Three different models are implemented and compared:

  1. Support Vector Machine (SVM)
  2. Custom Convolutional Neural Network (CNN)
  3. Transfer Learning using ResNet50

πŸ“Š Model Performance

Model Accuracy
SVM ~70%
CNN ~80%
ResNet50 (Transfer Learning) ~96%

πŸ“‚ Dataset

After downloading, extract the dataset so that class folders (AnnualCrop, Forest, etc.) are available.

🧠 Technologies Used

  • Python
  • OpenCV
  • NumPy
  • Scikit-learn
  • TensorFlow / Keras
  • Matplotlib / Seaborn

About

Land Use Land Cover Classification using EuroSAT dataset from Kaggle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published