Projects

NASA SUITS Challenge

I led a 60-member development team selected by NASA to develop 2 full augmented reality interfaces for astronauts. As both the project manager and AR development lead, I simultaneously oversaw the development and integration of features across 5 functional teams whilst onboarding and assisting all AR developers. I also created foundational software for the AR team, such as a singleton interface for the backend, a publisher-subscriber event system, and a system state machine.

Sept 2021 - Present

Unity Engine, C#, MRTK, HoloLens 2

Bosch Sensor Visualization Pipeline

I developed a websocket pipeline to send sensor data from autonomous parking software running on a Raspberry Pi to a Python server. This allowed for real-time visualizations of raw sensor data, parking spot detection, etc for our autonomous parking software, allowing for greatly increased efficiency in development and testing. This pipeline is now being used by a Bosch team in Germany, and it will be used in every new Bosch parking project for the foreseeable future.

May 2023 - Aug 2023

C++, Python, Conan Package Manager, Docker, Bash, CMake, CANoe, Raspberry Pi

Search Engine

I built a search engine to rank Wikipedia articles using both tf-idf and PageRank. I implemented a custom MapReduce server and pipeline to create a tf-idf inverted index. In the process, I learned about service-based architecture, multi-threading and concurrency, redundancy protocols, and fault tolerance.

Nov 2023 - Dec 2023

Python, Flask, SQLite, Javascript, HTML, CSS

Instagram (clone)

I made a full-stack Instagram web app with a ReactJS frontend and Flask Rest API. Similar to Instagram, it features a modern UX through infinite scrolling, commenting, double-tap to like, account creation, and account editing.

Nov 2023 - Dec 2023

Python, Flask, SQLite, ReactJS, Javascript, HTML, CSS

Move AR (Exercise Mobile App)

I developed a polished Android/iOS app to teach proper exercise form via augmented reality and 3D motion capture with a team of 4 other developers. We created the entire app in 4 weeks and presented it at the XR at Michigan Summit. As a developer, I implemented the whole app UI, exercise database back end, persistent user data storage, favorites feature, and exercise info screens.

Mar 2023 - Apr 2023

Unity Engine, C#, AR Foundation, Blender, Shogun, Figma

Dog Breed ML Classifier

I made a 3-layer convolutional neural network with PyTorch to classify 6 dog breeds with 80% accuracy. It includes freeze layers, data augmentation, and transfer learning to improve accuracy.

Mar 2023

Python, PyTorch, NumPy, Pandas, Jupyter Notebook

MunchIn (LinkedIn for Foodies)

I developed a stylish, mobile-responsive social media web app based on the LinkedIn UI in 5 days. It utilizes Firebase for user authentication and NoSQL database storage of users, messages, and likes.

Nov 2022

React JS, Redux, Firebase, Javascript, HTML, Tailwind CSS

King of Highschool (Video Game)

"Gain trusted allies to conquer every group in school, from jocks to nerds to musicians, to become the king of your high school!"

King of High School is a turn-based strategy video game I developed independently using Unity. It is inspired by the video game Super Auto Pets. While developing this prototype, I learned about polymorphism in Unity, singletons, publisher-subscriber event systems, persistent data storage, and much more.

May 2022 - Aug 2022

Unity Engine, C#, Photoshop, Game Design

Bosch Automated ECU Flashing GUI

I developed a sleek, user-friendly GUI to automate the process to flash SW to Bosch microcontrollers. During the process, I uncovered cybersecurity module incompatibilities as the root cause for common flashing errors. This GUI incorporated a complicated workaround I developed to overcome the cybersecurity errors, leading to greatly increased vehicle testing capacity and resolving many flashing errors.

May 2022 - Aug 2022

Python, Tkinter, Bash, CANoe, WinIDEA, Cyclone Programmer

Research of AR Lighting Conditions

I directed a team of 6 students as Co-Investigator in an augmented reality research study with Professor Leia Stirling. We examined the usability of the HoloLens 2 in various ambient light conditions to publish our research at the Human Factors and Ergonomics Society 2023 International Meeting in Washington D.C.

June 2022 - Nov 2022

Unity Engine, C#, MRTK, HoloLens 2, Augmented Reality

Cisco Design Competition

I designed a user-friendly mobile app that manages medication schedules for the elderly. As a team of 10, we presented our product proposal to Cisco executives and won 1st place out of 8 teams. I spearheaded the team's brainstorming discussions on the app features and developed the Figma prototype

June 2021 - July 2021

UX Design, Figma, Presentation

Piano Learning App

I developed a piano app based on Simply Piano to teach beginner pianists notes and rhythm. The app includes a scrolling sheet music display, virtual piano simulation, audio feedback, song database, and midi file processing via a self-created Python library.

Jan 2021 - Apr 2021

Python, Tkinter, Pygame, Mido