Portfolio

banner of georgia mason's portfolio website

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
screenshot of orangutan flowchart

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
screenshot of wordle game running screenshot of wordle game running

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
creenshot of library manager running creenshot of library manager running

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 PLAY

Link to GitHub Repository
screenshot of shoestore website

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 SPREADSHEET

Link to GitHub Repository
excel graph of wordle analysis

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
creenshot of rock paper scissors game running creenshot of rock paper scissors game running