Mango Grading RandomForest
Mango Grading RandomForest
ABSTRACT
This project presents an automated mango grading system using machine learning
techniques. The system uses image processing to analyze color and size features of
mangoes. A Random Forest algorithm is applied to classify mangoes into grades A, B, or C.
This approach provides a reliable and consistent method for post-harvest grading, helping
farmers and distributors enhance quality control and market value.
Keywords
Machine Learning, Random Forest, Mango Grading, Image Processing, Python, OpenCV,
Classification, Agriculture Automation
INTRODUCTION
The mango grading system automates the classification process using captured images and
machine learning. Using ESP32-CAM, images of mangoes are collected. The system extracts
features like size, shape, and color and classifies the fruit using a trained Random Forest
model. This smart grading solution reduces human error, increases speed, and ensures
quality grading in an affordable manner.
BLOCK DIAGRAM
ESP32-CAM
|
Image Preprocessing (OpenCV)
|
Feature Extraction (Color, Size)
|
Random Forest Classifier (Python)
|
LCD Display / Web App
Merits
- Consistent and accurate grading
- Reduces manual labor and errors
- Affordable and scalable
- Enhances agricultural productivity
- Visual and digital confirmation
SIGNATURE