Technology
CropSentry combines on-device computer vision, cloud-scale training pipelines, and GPU-accelerated inference. Here is exactly how it works.
The AI pipeline
12,000+ labeled leaf images across maize, cassava, tomato, cocoa — collected in partnership with Nigerian cooperatives. Goal: 250k images by end of Phase 2.
Fine-tuned EfficientNet-B4 (classification) and DINOv2 (feature extraction), distilled into a 12 MB on-device model using PyTorch Mobile and ONNX Runtime.
NVIDIA A100 GPUs (via AWS EC2 P4d) with CUDA + cuDNN. Mixed-precision training, automated hyperparameter sweeps, weekly retraining as new field data arrives.
Two-tier inference: on-device for sub-100ms offline scans, cloud fallback (Triton Inference Server + TensorRT) for complex cases.
Federated scan data (anonymized) feeds a regional disease-spread model on Amazon Bedrock — predicting hotspots before farmers report symptoms.
Every diagnosis carries a confidence score. Below 70%, we route the scan to a human agronomist via our extension-officer dashboard.
AWS
AWS is our cloud backbone — from secure storage of farmer data to multimodal advice generation in local languages.
NVIDIA
NVIDIA accelerates every step where speed matters — training, inference, and edge deployment.