Section 01
[Overview] PlantGuard-AI: A Comparative Study of Deep Learning vs. Traditional Machine Learning for Plant Disease Detection
PlantGuard-AI is a plant disease detection system that implements two technical approaches: end-to-end deep learning (EfficientNetV2B0 transfer learning) and feature extraction + traditional machine learning (ResNet50 feature extraction + ensemble classifier). The project analyzes the pros and cons of both paradigms in agricultural vision tasks through comparative experiments and provides a complete Streamlit interactive application to serve as a reference for technology selection.