One of the main staple crops farmed and extensively consumed in Africa is maize. However, despite being widely used as a human diet and a raw material for animal feed, several diseases on leaves endanger their productivity and result in a sizable yield loss. However, Nigerian farmers typically employ antiquated techniques to detect plant diseases, which are labour-intensive and prone to mistakes, making the constant need for more effective solutions necessary. Although numerous researchers have developed classification models using Support Vector Machine (SVM) to identify and classify diseases in crop leaves. However, optimising a Support Vector Machine (SVM) is critical because it allows for fine-tuning of its parameters to achieve the best possible performance on a given dataset. Therefore, to optimise Support Vector Machines, this study created a hybrid model that combines Binary Particle Swarm Optimisation (BPSO) with a Reptile Search Algorithm (RSA). The Kaggle village datasets provided images of the leaves of maize. After being converted to grayscale, the pictures were improved with bi-histogram equalisation methods. After segmenting the leaf’s affected area using the Sobel edge detection method, texture, shape, and colour features were extracted using Gray Level Spatial Dependence and colour moment. Every classification model was trained and tested using the 10-fold approach. The performance of the suggested method was compared with a few other machine learning and deep learning models that are currently in use. Regarding identifying maize diseases, the results showed that the BPSO-RSA-SVM model performed better than all other optimised support vector machine models and some deep learning state-of-the-art models. The model demonstrates its efficiency in advancing agricultural disease detection with an average accuracy of 97.01% and a false positive rate of 3.85% compared with BPSO-SVM and RSA-SVM which achieved 96.65% & 95.44% and 3.30% & 4.60% for accuracy and false positive rate, respectively.