I am a machine learning research engineer at the Pennsylvania State University Applied Research Laboratory.
I graduated from the Rochester Institute of Technology in 2024 and I hold a bachelor’s
degree in Computer Science.
Welcome to my website, you can find my resume and projects here.
Check out my LinkedIn to see my work experience.
Developed C++ code to merge two point clouds taken by offset LiDAR sensors in the same environment.
As part of a AI Seminar class my teammates and I studied research papers on edge assisted autonomous driving. In edge assisted autonomous driving, sensors are installed at busy intersections where a vehicle may not be able to full perceive the road. By merging the point clouds from both the car and the edge sensor (possibly located on traffic lights, ect) the hope is that self driving vehicles can fully see the road and make safer decisions.
The RIT Quantum Imaging Laboratory focuses on designing and testing integrated photonics chips. As a research assistant I wrote a program to simulate light propagation on a star coupler component, using the Meep Python library.
Photonics are computer chips that use light instead of electitricity. The star coupler component performs a Fourier transform faster than ordinary computers. The star coupler design was taken from this paper: Photonic convolutional neural networks using integrated diffractive optics
This website keeps a live dashboard of a Clash Royale clan. It fetchs data from the Clash Royale api so all the stats are accurate. Additionally users can create thier own custom dashboards which are persistant and shareable via a custom link.
This simple weather app pulls the current weather at the input location from the Open Weather API, and it also updates the background to be a picture of the input location using the Unsplash API.
This app converts temperature from C° to F° and F° to C°. Additionally it features a background color gradient which changes based on the input temperature.
Developed a checkers website where users could play against each other in real time, create tournaments and watch games. The solution was implemented over the course of a semester broken into 4 sprints.
Designed a relational database and Java database management application. Constructed the database in SQL and an application where users could manage a virtual pantry, search recipes and receive recipe recommendations.
A simple prototype for a Temple Run type game but in VR. This prototype is playable and goes on forever with randomly generated obstacles that you can either move over to avoid or jump to avoid.