top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

Facial Recognition Program

Date

October 2023

This is a facial recognition program designed to find a specific pixel-art image within a 64x64 pixel grid in a crowd of other faces. This project was first created at the high-level in C and then translated to MIPS architecture assembly language. The goal of this project was to maximize efficiency through reduction of static and dynamic instruction count as well as memory usage. I managed to average a total of 1800 dynamic instructions and 76 static instructions with a use of 11 memory registers. Click the video below to see it working!

bottom of page