Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/somenath203/satellite-image-classification-using-tensorflow
Click below to checkout the website
https://github.com/somenath203/satellite-image-classification-using-tensorflow
cnn gradio gradio-interface huggingface keras resnet resnet-101 satellite satellite-images tensorflow
Last synced: about 1 month ago
JSON representation
Click below to checkout the website
- Host: GitHub
- URL: https://github.com/somenath203/satellite-image-classification-using-tensorflow
- Owner: somenath203
- Created: 2024-03-26T12:54:52.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T12:45:37.000Z (8 months ago)
- Last Synced: 2024-05-13T14:03:30.771Z (8 months ago)
- Topics: cnn, gradio, gradio-interface, huggingface, keras, resnet, resnet-101, satellite, satellite-images, tensorflow
- Language: Jupyter Notebook
- Homepage: https://som11-satellite-image-classification.hf.space
- Size: 287 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Satellite Image Classifier
## Introduction
The aim of this project is to classify satellite images into their respective categories i.e. 'Cloudy', 'Desert', 'Green Area' and 'Water' using Convolutional Neural Networks (CNNs) implemented with TensorFlow.## Dataset used in this project
The dataset used in this project is taken from kaggle: https://www.kaggle.com/datasets/mahmoudreda55/satellite-image-classification
## Model used in this project
The model used for prediction is **Pre-trained resnet101 model**. The training accuracy of the model is around **99.87%** and the testing accuracy is around **99.50%**.
## About the web application of the deep learning model
The deep learning model of this project is connected with an application created with Gradio for real time prediction and it is deployed on HuggingFace Spaces.
## Links
Live Preview: https://som11-satellite-image-classification.hf.space/
## Warning
While the model of this project can classify images correctly, but in some cases, the model may misclassify the images, therefore, it is strongly advised not to rely solely on the output of this model.