The product
A benchmark-beating biodiversity classifier across 57 plant species and 18,400+ images, paired with an admin dashboard that monitored experiment runs, class-level failure, confidence intervals, and dataset audits.
Admin dashboard / 70+ monitored runs
State-of-the-art accuracy trajectories, class-level failure, confidence intervals, and dataset audits monitored from one research dashboard.
This research pushed biodiversity computer vision past a transfer-learning baseline and into a monitored, reproducible research system. Across two supervised phases, the work combined CNNs, VGG16 transfer learning, custom feature extraction, augmentation, class balancing, and geolocation and temporal context.
Across 57 species and 18,400+ images, the strongest model reached 91.7% validation accuracy and 0.893 macro F1, improving 14% over the initial transfer-learning baseline. That lift was treated as a research result, not a slide metric: class-level failure, confidence, and dataset quality had to explain why the model improved.
The second phase treated dataset quality as a first-class research problem. ResNet-50 embeddings and farthest-point sampling reduced redundant training samples by 35%. Automation benchmarked 70+ experiments, calculated accuracy, precision, recall, F1, and Wald confidence intervals, and compressed repeated dataset auditing and reporting from nine hours to 22 minutes.
To keep that system honest in practice, I built an admin dashboard that monitored experiment runs, accuracy trajectories, class-level failure, confidence intervals, and dataset-audit status so the research group could see what was improving, what was stalling, and what needed another pass.
