My Work

Stuff I've built (and stuff I'm still building).

Some finished, some in progress, some barely working. All tested on real hardware — not just in sim.

Active

Active

Delay-based Location System

Novel approach to indoor positioning using signal delay measurements and a new take on triangulation algorithms — accurate location tracking without GPS.

Python Signal Processing Algorithms IoT
Active

Autonomous LiDAR Differential Drive Robot

My first project working with a full 3D LiDAR. I wrote the whole nav pipeline in C++ on ROS2 Humble because Python was adding too much latency. Raw 2D LiDAR + IMU in, state estimation, A* global planning, DWA for local avoidance, PID velocity control — all from scratch.

C++20 ROS2 Humble A* Planner DWA Avoidance PID Control
Active

CreateX Hub — Hardware Prototyping Foundry

Co-founding a makerspace for high schoolers and early-stage hardware teams — CNC mills, PCB stations, edge compute setups, the works. Goal is to give people access to real equipment so they can go from idea to physical prototype without needing a full lab budget.

Lab Design HIL Validation Community

Done

Done

CubeSat — NASA CubeSat Challenge Submission

Our team pitched a micro-satellite to NASA's CubeSat Challenge — if accepted, we'd actually get to build and launch it. I did the embedded systems design and helped write the proposal. MIT faculty reviewed and recognized the work.

C++ Arduino/Raspberry Pi Aerospace Embedded Systems
Done

CycleSafe Micromobility Alert System

Collision avoidance for bikes and scooters. UWB + 2D LiDAR to track a 360° safety zone around the rider. When a car gets too close, the onboard MCU fires haptic and visual alerts immediately — no waiting on cloud processing.

Embedded C++ 2D LiDAR UWB Array Finite State Machines
Done

TeluPy — Python Shortcut Translator

Side project to help kids in India learn Python faster — maps Telugu shortcut phrases to real Python so you can write code in your language and run it directly. Hoping to extend it to other languages eventually.

Python Parsing NLP
Done

Axiom — Meeting Cost Audit Engine

RoseHack 2026 project — puts a dollar amount on how much your meetings actually cost. FastAPI backend + Next.js frontend. I built the API routing and data layer. Won the "Cash Cow" track.

FastAPI Next.js Async
Done

Cutie's Focus Room — Perception Engine

CutieHack 2025 — webcam + OpenCV reads your face, estimates focus level from micro-expressions, and adjusts the UI to cut distractions. Multi-threaded so the UI doesn't lag. Placed 3rd overall.

Python OpenCV Multi-threading
Done

Calsense PCB & Test Rig

Old internship project — designed a functional testing PCB and wrote embedded C firmware on an ATmega to automate QC on their products. Learned a lot about signal integrity and oscilloscope debugging.

Embedded C PCB Layout ATmega

Planned

Planned

Sentio — The Emotion Sensing Desk Pet

Desk-sized emotional support robot that reads your mood from facial expressions and voice tone, then reacts to nudge you back toward baseline. Stressed? It might slow down, play soft sounds, or tell you to take a breath. Feeling down? It might wiggle, light up, or gently encourage you to re-engage. Basically an emotional wingman for your desk.

Python Raspberry Pi IoT Machine Learning Human-Centered Intelligence