This document summarizes a tomato disease detection project that uses a random forest classifier algorithm. The project uses a dataset of 7,000 flattened tomato leaf images categorized as healthy, late blight, mold, or septoria. Each image is represented as a row of 784 pixel values. The random forest model outputs a prediction of the leaf condition. The model achieved 75% accuracy in distinguishing the four categories. Some problems encountered were faulty images and downscaling the original images. Further improvements could include adding more images and diseases and optimizing the image preprocessing.