Classification of Fruits Based on Quality using AI (Artificial Intelligence)

Year : 2023 | Volume : 01 | Issue : 02 | Page : 23-30
By

    Hephzibah Baby

  1. Jaya Shailesh Kumar Jha

  2. Sanika Dabir

  3. Charusheela Pandit

  1. Student, Department of Computer Engineering, ishwaniketan’s Institute of Management Entrepreneurship and Engineering Technology (ViMEET), Khalapur, Maharashtra, India
  2. Student, Department of Computer Engineering, ishwaniketan’s Institute of Management Entrepreneurship and Engineering Technology (ViMEET), Khalapur, Maharashtra, India
  3. Student, Department of Computer Engineering, ishwaniketan’s Institute of Management Entrepreneurship and Engineering Technology (ViMEET), Khalapur, Maharashtra, India
  4. Assistant Professor, Computer Engineering, Vishwaniketan’s Institute of Management Entrepreneurship and Engineering Technology (ViMEET), Khalapur, Maharashtra, India

Abstract

The visual inspection method for fruit grading is prone to judgment distortion among different individuals. There is a demand for an automated fruit classification machine to replace labor-intensive processes with an intelligent system for fruit quality classification. This study proposes a practical realtime fruit quality classification system that classifies the fruit’s appearance in order to decrease human effort costs in the fruit industry. For the sorting and classification of fruits, there are different parameters such as color, weight, size, shape, and density. Research on fruit quality classification based on color, size, and volume is nearing completion in the laboratory but has not yet been implemented in practical applications. The assessment of fruit quality remains unresolved. The study aims to develop a system capable of classifying fruits based on color, volume, size, shape, and density. This categorization system, utilizing image processing, integrates artificial intelligence components such as a camera, computer vision, and artificial neural network. The system employs captured fruit images to ascertain mass, volume, and surface defects on the fruit.

Keywords: Quality, Artificial Intelligence (AI), Computer Vision, YOLO, object detection, preprocessing

[This article belongs to International Journal of Computer Science Languages(ijcsl)]

How to cite this article: Hephzibah Baby, Jaya Shailesh Kumar Jha, Sanika Dabir, Charusheela Pandit Classification of Fruits Based on Quality using AI (Artificial Intelligence) ijcsl 2023; 01:23-30
How to cite this URL: Hephzibah Baby, Jaya Shailesh Kumar Jha, Sanika Dabir, Charusheela Pandit Classification of Fruits Based on Quality using AI (Artificial Intelligence) ijcsl 2023 {cited 2023 Dec 21};01:23-30. Available from: https://journals.stmjournals.com/ijcsl/article=2023/view=0

var fieldValue = “[user_role]”;
if (fieldValue == ‘indexingbodies’) {
document.write(‘Full Text PDF‘);
}
else if (fieldValue == ‘administrator’) { document.write(‘Full Text PDF‘); }
else if (fieldValue == ‘ijcsl’) { document.write(‘Full Text PDF‘); }
else { document.write(‘ ‘); }

References

Himanshu B. Patel, Nitin J. Patil. Image processing-based fruit detection and grading classification system: a review. Eur. Chem. Bull. 2023, 12(Special Issue 4): 15894-15908.
Aherwadi N, Mittal U, Singla J, Jhanjhi NZ, Yassine A, Hossain MS. Prediction of fruit maturity, quality, and its life using deep learning algorithms. Electronics. 2022 Dec 9;11(24):4100.
Khan R. Artificial intelligence and machine learning in food industries: A study. J Food Chem Nanotechnol. 2022 Jan 6;7(3):60-7.
Hasanzadeh B, Abbaspour-Gilandeh Y, Soltani-Nazarloo A, Hernández-Hernández M, Gallardo-Bernal I, Hernández-Hernández JL. Non-Destructive Detection of Fruit Quality Parameters Using Hyperspectral Imaging, Multiple Regression Analysis and Artificial Intelligence. Horticulturae. 2022 Jul 4;8(7):598.
Gill HS, Khalaf OI, et al. Fruit Image Classification Using Deep Learning. Computers, Materials & Continua. 2022 Jun 1;71(3).
Minh Trieu N, Thinh NT. Quality classification of dragon fruits based on external performance using a convolutional neural network. Applied Sciences. 2021 Nov 10;11(22):10558.
Chen MC, Cheng YT, Liu CY. Implementation of a Fruit Quality Classification Application Using an Artificial Intelligence Algorithm. Sensors & Materials. 2022 Jan 15;34.
Khatun M, Ali F, Turzo NA, Nine J, Sarker P. Fruits classification using convolutional neural network. GRD Journals-Global Research and Development Journal for Engineering. 2020 Jul;5(8).
Naranjo-Torres J, Mora M, Hernández-García R, Barrientos RJ, Fredes C, Valenzuela A. A review of convolutional neural network applied to fruit image processing. Applied Sciences. 2020 May 16;10(10):3443.
Nemade SB, Sonavane SP. Co-occurrence patterns based fruit quality detection for hierarchical fruit image annotation. Journal of King Saud University-Computer and Information Sciences. 2022 Jul 1;34(7):4592-606.
Widiyanto WW, Purwanto E, Kusrini K. Classification of mango fruit quality based on texture characteristics of glcm (gray level co-occurrence matrices) with algorithm k-nn (k-Nearest Neighbors). Techno (Jurnal Fakultas Teknik, Universitas Muhammadiyah Purwokerto). 2019 Apr 30;20(1):31-40.
Setiawan AW, Mengko R, Putri AP, Danudirdjo D, Ananda AR. Classification of palm oil fresh fruit bunch using multiband optical sensors. International Journal of Electrical and Computer Engineering. 2019 Aug 1;9(4):2386.
Mimma NE, Ahmed S, Rahman T, Khan R. Fruits Classification and Detection Application Using Deep Learning. Scientific Programming. 2022 Nov 17;2022.
Bhargava A, Bansal A. Fruits and vegetables quality evaluation using computer vision: A review. Journal of King Saud University-Computer and Information Sciences. 2021 Mar 1;33(3):243-57.
Gill J, Sandhu PS, Singh T. A review of automatic fruit classification using soft computing techniques. InInt. Conf. Comput. Syst. Electron. Eng 2014 (Vol. 2, No. 2, pp. 91-98).


Regular Issue Subscription Review Article
Volume 01
Issue 02
Received October 16, 2023
Accepted December 11, 2023
Published December 21, 2023

function myFunction2() {
var x = document.getElementById(“browsefigure”);
if (x.style.display === “block”) {
x.style.display = “none”;
}
else { x.style.display = “Block”; }
}
document.querySelector(“.prevBtn”).addEventListener(“click”, () => {
changeSlides(-1);
});
document.querySelector(“.nextBtn”).addEventListener(“click”, () => {
changeSlides(1);
});
var slideIndex = 1;
showSlides(slideIndex);
function changeSlides(n) {
showSlides((slideIndex += n));
}
function currentSlide(n) {
showSlides((slideIndex = n));
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName(“Slide”);
var dots = document.getElementsByClassName(“Navdot”);
if (n > slides.length) { slideIndex = 1; }
if (n (item.style.display = “none”));
Array.from(dots).forEach(
item => (item.className = item.className.replace(” selected”, “”))
);
slides[slideIndex – 1].style.display = “block”;
dots[slideIndex – 1].className += ” selected”;
}