about
I've always had a curiosity for understanding the inner workings of everyday objects since a young age. Over time I have developed new skills to better understand the world around me. Many of my current and past projects are a way for me to build upon this.
My main focus these days is building efficient applications that combine techniques from large data management and storage to efficient algorithms to retrieve and interpret this data in a personalized fashion.
Outside of this I enjoy going on hikes, cooking new things, or just hanging out with friends.
experience
June — September 2023 Created custom audio validation algorithms using Python to verify validity of testing methods
- python
- javascript
September 2022 — January 2023 Helped in the development of service API using Nodejs, Typescript, and Expressjs as well as worked on creating the frontend using React
- Nodejs
- Typescript
- React
June — September 2022 Developed automation to optimize daily activities for Team Members. Provided technical support for other Team Members.
- python
- ServiceNow
projects
2023 Developed a program to predict if a basketball will go into the net. Basketball is located in 3D space through triangulation from image pairs from stereo cameras. Created ball detection, tracking, hoop detection, triangulation, and prediction algorithms that can run in real-time and process each set of frames in under 30ms. Built with Python.
- computer vision
- python
- object detection
- object tracking
2023 Wrote a search engine from the ground up capable of handling thousands of documents through custom data storage methods, able to generate query responses in under 200ms. Developed using Python with a group of three other students.
- python
- data processing
2021 — present A progressive web app designed for service-oriented companies allowing for easy customer and service management. Started the project with the goal of bettering my understanding of web development. Used Nodejs, TypeScript, Expressjs, and MongoDB for the backend and React for the front end. Deployed on Ubuntu Server.
- Nodejs
- Typescript
- Expressjs
- MongoDB
- React
2022 Developed a maze generator and solver that creates and visualizes mazes using a variety of pathfinding and generation algorithms.
- Python
- Graphs
- PyGame
2020 Created a login system for a high school allowing for contactless check-in with RFID cards. Used python to communicate with google sheets through googles sheets API.
- Python
- API