
Personal Projects
FACIAL EXPRESSION RECOGNITION in ORANGUTANS
Developing machine learning and computer vision models to analyse and approximate Orangutan's emotional state through their facial expressions.
This project was coded using Python, Roboflow and YOLOv8
Link to Lumen Interview
WORDLE
Implementation of the New York Times game 'Wordle'. A random 5 letter word is chosen, and you have six tries to guess it. For each guess, you're awarded with green squares if the letter is in the right spot, yellow if the letter is in the word but in the wrong spot, and grey if it's not in the word at all.
This project was coded with the PyGame library in Python!
Link to GitHub Repository

LIBRARY MANAGER
Add Users and books to a library, borrow and return books, search for a book, and print all current users and books in the library.
Implemented using Classes, Functions, Unordered Maps, a Struct and an unordered Set in C++
Link to GitHub Repository

SHOE STORE WEBSITE
A Shoe Store Website coded with HTML, CSS, SQL, and Javascript! Search through the shoes available on the website by multiple variables.
CLICK TO PLAYLink to GitHub Repository

EXCEL WORDLE ANALYSIS
For my data analysis project for Grand Challenges in Computer Science, I decided to investigate and create data around the New York Times puzzle game, Wordle. I used Matlab and Excel to find the best starting word, most common letters, the best second guess, and the worst starting word.
DOWNLOAD EXCEL SPREADSHEETLink to GitHub Repository

ROCK PAPER SCISSORS
Play against a Computer and try and beat your current win streak highscore in Rock Paper Scissors!
Coded using Classes, Inheritance and Reading and Writing to Files in C++
Link to GitHub Repository
