SnowScriptWinterOfCode / JupyterNbk_Models

Image Classification ML models for analysis
2 stars 7 forks source link

JupyterNbk_Models

image

Maintainers

@tejaswi0910 and @Nitya-Pasrija

Please reach out to the maintainers if you get stuck or wish to report someone.

Abstract:

Image classification refers to the task of extracting information classes from a multiband raster image. The resulting raster from image classification can be used to create thematic maps. Image Classification is a fundamental task that attempts to comprehend an entire image as a whole. The goal is to classify the image by assigning it to a specific label. Typically, Image Classification refers to images in which only one object appears and is analyzed. In contrast, object detection involves both classification and localization tasks, and is used to analyze more realistic cases in which multiple objects may exist in an image. Depending on the interaction between the analyst and the computer during classification, there are two types of classification: supervised and unsupervised.

Types of Classification

There are 2 types of classifications-

Structure of the Projects 📝

This repository consists of various machine learning projects, and all of the projects must follow a certain template. I hope the contributors will take care of this while contributing to this repository.

Dataset - This folder stores the dataset used in this project. If the Dataset is not able to upload in this folder due to the large size, then put a README.md file inside the Dataset folder and put the link of the collected dataset in it. That'll work!

Images - This folder is used to store the images generated during the data analysis, data visualization, and data segmentation of the project.

Model - This folder would have your project file (that is .ipynb file) be it analysis or prediction.

Resources 📝

https://youtube.com/playlist?list=PLZoTAELRMXVPGU70ZGsckrMdr0FteeRUi&utm_source=EKLEiJECCKjOmKnC5IiRIQ https://youtube.com/playlist?list=PLZoTAELRMXVPBTrWtJkn3wWQxZkmTXGwe&utm_source=EKLEiJECCKjOmKnC5IiRIQ

🧮 Workflow

CONTRIBUTING TO THIS PROJECT

You can take up any of the existing issues or create a new one to contribute!
Contribution period ends: 28 January 2024

How to get started?

You can refer to the following resources on Git and Github to get started and contact our Project Mentors via Discord if you have any doubts.