About

I am a college student currently pursuing a bachelor's and masters in Computer Science at Worcester Polytechnic Institute. I am expected to graduate with both in May 2023. My coding experience began in high school, and I have since had extensive practice with several languages, including Python, Java, C/C++, SQL, Racket, and Kotlin. My later coursework has been tailored towards the field of machine learning, focused on creating and evaluating various models related to computer vision, data analysis, and data prediction.

Github: Github

Resume:

Education

Bachelor's and Master's in Computer Science, Worcester Polytechnic Institute (Class of 2023)

GPA: 3.78

WPI, a global leader in project-based learning, is a distinctive, top-tier technological university founded in 1865 on the principle that students learn most effectively by applying the theory learned in the classroom to the practice of solving real-world problems. Recognized by the National Academy of Engineering with the 2016 Bernard M. Gordon Prize for Innovation in Engineering and Technology Education, WPI's pioneering project-based curriculum engages undergraduates in solving important scientific, technological, and societal problems throughout their education and at more than 45 project centers around the world. WPI offers more than 70 bachelor's, master's, and doctoral degree programs across 17 academic departments in science, engineering, technology, business, the social sciences, and the humanities and arts. Its faculty and students pursue groundbreaking research to meet ongoing challenges in health and biotechnology; robotics and the internet of things; advanced materials and manufacturing; cyber, data, and security systems; learning science; and more.

Learn more about WPI My Coursework

Projects

Project Mason

I acted as the assistant lead software engineer and assistant lead project manager on a ten-person team in a class competition to create a pathfinding application with various functionalities. Our final product was awarded first place.

Code Link

Yelp Restaurant Popularity Prediction

The final project for the WPI course CS525, Natural Language Processing. Using the Yelp Dataset, we leveraged several data pre-processing techniques, PyTorch, and Keras models to process restaurant review text to perform sentiment analysis, predict the overall star rating, and predict the estimated foot traffic.

Dataset Link Code Link

Escape

The final project for the WPI course CS4233, Object-Oriented Analysis and Design. A Java-based controller for the states and players of "Escape". Dynamically parses a configuration file to build a board, instantiate additional rules, and create pieces for players to control on a turn-by-turn basis. The main objective is to have all pieces escape the board, but other endgame conditions such as maximum captures and a turn limit can be enabled as well.

Code Link

Gompei Clicker

A WPI-themed Cookie Clicker clone made in Kotlin as the final project for the WPI course CS 4518, Mobile and Ubiquitous Programming.

Code Link