AI Crop Disease Prediction System
Problem: Manual crop disease identification is slow, error-prone, and inaccessible to farmers in remote regions.
Approach: Engineered a Transformer-based classification model using PyTorch and OpenCV, trained on 40+ disease classes with data augmentation pipelines.
Outcome: Achieved 91.2% validation accuracy. Integrated an intelligent treatment recommendation engine. Deployed as a containerized REST API via FastAPI + Docker for reproducible, scalable inference.