# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=Automatic Classifier
qgisMinimumVersion=3.0
description=Deep learning based classifier. By SHOURYA SHASHANK
version=0.61
author=Shourya Shashank
email=shouryashashank@gmail.com

about=deep learning and K mean based classifier.Semantic segmentation is one of the fundamental research in remote sensing image processing. Because of the complex environment, a fully unsupervised segmentation and classification is a challenging task.  Although the neural network has achieved excellent performance in semantic segmentation in the previous years, But due to extremely large size of geological image and complexity and interference in multiple bands it is quite difficult to perform deep learning based segmentation and classification because of the current hardware limitations. This project aims to solve that very problem by down sampling the image band space by K-means clustering to get pixel level classification

tracker=https://github.com/shouryashashank/Automatic_raster_classifier/issues
repository=https://github.com/shouryashashank/Automatic_raster_classifier   
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=python

homepage=https://github.com/shouryashashank/Automatic_raster_classifier
category=Raster
icon=icon.png
# experimental flag
experimental=True

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

Category of the plugin: Raster, Vector, Database or Web
# category=

# If the plugin can run on QGIS Server.
server=False

