Plant Disease Classification

Leaf Intelligence Console

Repository

Model Audit

P

Machine Learning Performance

Train/validation behavior and test-set performance, aligned with the original Streamlit analysis.

Accuracy and LossConfusion MatrixMetrics Table

Train, Validation and Test Set: Labels Frequencies

Dataset has Healthy, Powdery, and Rust leaves split into Train (70%), Validation (10%), and Test (20%).

Labels distribution
Label frequencies across train, validation, and test splits

Model History

Accuracy and loss trends suggest a stable fit, with train and validation curves following similar patterns.

Model training accuracy
Training vs validation accuracy trend
Model training losses
Training vs validation loss trend

Generalised Performance on Test Set

MetricValue
Loss0.1447
Accuracy95.14%

Confusion Matrix

Confusion matrix plot
Confusion matrix highlighting true and false predictions
Actual \ PredictedHealthyPowderyRust
Healthy10151
Powdery3961
Rust3198

Model Evaluation Metrics

MetricValue
accuracy0.9547
precision0.9549
recall0.9547
f1_score0.9548
specificity0.9439

Conclusion: the model maintains strong test performance around the 95% target while preserving disease treatment recommendations in the detector flow.