I am currently a senior at the University of Michigan, majoring in Honors Mathematics, Statistics, Computer Science, Data Science. I spent the last two summers working at MathWorks as a SWE Intern, the first time on the Data Science Types Team, and the second on the App Designer and Infrastructure Services Team.
Previously, I spent my first year of my undergraduate degree at the University of Wisconsin-Madison, after which I transferred. I am a Boston native, originally from a town called Wellesley (Maybe you have heard of Wellesley College?)
Aug 2022 - May 2025 (Expected)
BS in Mathematics, Statistics, Computer Science, Data Science
GPA: 3.83
Go Blue!
Sept 2021 - May 2022
BS in Mathematics & Computer Science
GPA: 3.89
Shoutout to the UW-Madison Math Club!
Created a program in Python leveraging the OpenAI Whisper API to translate and generate multi-language subtitles for videos. Built backend using FastAPI for deployment, optimizing for low-latency API responses. Utilized MoviePy and FFmpeg libraries to handle audio extraction and embedding translated subtitles
Developed a web-based game using the React.js framework, where the player guesses the price of ten random sneakers from popular brands on StockX and receives a score. Created a RESTful API in Spring Boot to read/update sneaker and user data from a postgreSQL database. Deployed locally using proxy tunneling.
Developed a 1D-CNN in Pytorch to detect sleep apnea in patients wearing Apple Watches using SpO2 time-series data. Achieved an accuracy of 97.47% on the test set, a precision of 98.92%, and recall of 97.84%. Pruned the model to ensure low latency and efficient deployment on IoT devices. Full Paper