MS
  • Projects
  • About
  • Experience
  • Resume

Mike Quinto

Machine learning engineer and developer crafting modern digital experiences. Building products with clean design and thoughtful user experience.

Get in touch

github.com/mkmksto
linkedin.com/in/spencermaq

Project

Explore my projects

  • Projects
  • About

Connect

Get in touch

  • Contact
  • LinkedIn
  • GitHub

© 2026 Mike Spencer. All rights reserved.

Terms•Privacy
Back to Projects

AI 221 Final Project

Role

Machine Learning EngineerComputer Vision Researcher

Technologies

PythonDeep LearningComputer VisionScikit-learnPyTorchImage Classification

Repository

View on GitHub→

Overview

Accurate plant species identification is vital in botany, agriculture, and environmental research, but traditional methods are often slow and require expert input. This project tackles the task of classifying plant species from leaf images using computer vision and machine learning, with a primary focus on classical machine learning approaches that leverage extracted image features.

Implementation

The core methodology centers on extracting predefined features from leaf images—such as shape descriptors, texture analysis, and color histograms—and applying classical machine learning algorithms (including SVMs, Random Forests, and k-NN) to classify the species based on these features. For comparative benchmarking, we also evaluated deep learning models using pretrained convolutional neural networks (CNNs). Throughout the project, we explored various feature engineering and model selection strategies, ultimately demonstrating the effectiveness of classical algorithms for leaf-based plant identification, with deep learning models serving as a reference point for performance comparison.