MAIZAPP
Common rust is a fungal disease that affects maize crops and can have a significant impact on agricultural production. Early detection of this disease is crucial for taking preventive measures and mitigating its spread. In this context, a mobile application has been developed that utilizes computer vision techniques and convolutional neural networks, particularly the YOLO (You Only Look Once) model, to identify the presence of common rust on maize leaves. The process of creating the application consists of several stages. Firstly, images of maize leaves affected by common rust are collected and labeled, along with images of healthy leaves as reference. These images are used to train the YOLO model, which is a specialized neural network for object detection and localization in images. During training, the model learns to recognize the visual patterns associated with common rust on maize leaves. Once the training is complete, the model is optimized and adjusted for implementation o...