Coffee quality is significantly influenced by the roasting level, which is commonly determined by the color of the beans. Traditional classification methods rely on manual sorting and human judgment, making the process labor-intensive, subjective, and prone to error. To address these limitations, this project proposes a deep learning-based coffee bean classification system using Convolutional Neural Networks (CNNs). CNNs, known for their strong performance in image recognition, can analyze visual features like color, texture, and shape to automatically classify coffee beans based on roast level. The system is evaluated using metrics such as accuracy, precision, recall, and F1 score. Among the tested input sizes, the CNN model performs best at 64×64 pixels, achieving a peak accuracy of 99% with minimal misclassifications. This result highlights the model’s effectiveness in delivering high classification performance while maintaining computational efficiency, even with low-resolution images.
Copyrights © 2025