Skip to content

Allen-pie/Rice-Diseases-Classifier-Computer-Vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rice Plant Diseases Classification

DL-DEMO-GIF

This repository presents a Rice Plant Diseases Classifier that utilizes computer vision feature extraction techniques combined with a fully connected Artificial Neural Network (ANN) for classification.

The main objective of this project is to evaluate the effectiveness of different feature extraction methods for rice disease classification and integrate the best-performing model into a simple web-based application.

Experiments

ANN Classifier Architecture

classifier layer

The resulting feature vectors were classified using the same defined architecture. Three main experimental setups were conducted:

Experiment 1

Feature extraction techniques used:

  • Color Features: HSV Histogram
  • Shape Features: Hu Moments
  • Texture Features: Haralick Features

📊 Result

3h-cr

Experiment 2

Feature extraction techniques used:

  • Color Features: HSV Histogram
  • Shape Features: Hu Moments
  • Texture Features: Haralick Features
  • Spatial Texture Features:Gray Level Co-occurrence Matrix (GLCM)

📊 Result

3h-glcm-cr

Experiment 3

Feature extraction techniques used:

  • ORB (Oriented FAST and Rotated BRIEF)
  • Bag of Visual Words (BoVW)

📊 Result

bovw-cr

Conclusion

Based on the experimental results, Experiment 1 performance came on top.

Dataset

Original Dataset Sources:

Kaggle 1

Kaggle 2

UC Irvine

Mendeley Data

Final classes that are chosen: Healthy, Brownspot, Bacterial Leaf Blight & Leaf Blast

Application

The trained model is integrated into a web-based application designed to be simple and user-friendly.

How to Use

Upload Image

1. Click to upload the leaf of rice plant image
2. Click "Analyze"
3. The result and insights will be displayed
4. Click "Change Image" to upload another image

Screenshots

Screenshot 2025-12-17 230524 Screenshot 2025-12-17 230458 Screenshot 2025-12-17 230216 Screenshot 2025-12-17 230331

Demo

DL-DEMO-GIF

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors