Loading System...
Loading System...
Smart Agricultural Robot for Disease Detection & Monitoring
Farmer Eye is an AI-driven autonomous vehicle ecosystem. It navigates farm fields collecting real-time data through high-resolution cameras and sensors. It analyzes plant health metrics using Machine Learning to detect diseases, assess pest infestations, and provide actionable insights via a user-friendly mobile app, ensuring sustainable and precise agriculture.
A cohesive integration of Robotics, AI, IoT, and Mobile Software.
I spearheaded the development of the system's cognitive core, acting as the AI Architect. My primary focus was constructing the "brain" of the rover:
Running complex CNNs on a Raspberry Pi 4 was computationally expensive. Solution: We utilized TensorFlow Lite quantization to reduce model size by 75% without significant accuracy loss, enabling smooth performance on limited hardware.
Balancing frame rate with detection accuracy was critical. Solution: Optimized the inference pipeline to process frames at ~5 FPS, sufficient for a slow-moving agricultural rover, ensuring no diseased plants were missed.
The dataset had unequal samples for some disease classes. Solution: Applied advanced data augmentation (Shear, Zoom) and class weighting during training to ensure the model generalized well across all 38 categories.
Synchronizing the rover's movement with cloud data streaming was complex. Solution: Architected an asynchronous event loop using Python's asyncio to handle motor control and Firebase updates concurrently without blocking the AI inference thread.
Secured funding from the Academy of Scientific Research and Technology to support system development.
Participated in the 3rd International Youth AI Forum.
Awarded funding from ITAC to advance technical research and optimize the intelligent model.

Farmer Eye Graduation Team