About
I'm a freshman at Washington University in St. Louis studying Electrical Engineering on a pre-med track, with a concentration in entrepreneurship. I build things — from full-stack mobile apps and computer vision pipelines to embedded control systems on Raspberry Pi and Arduino.
My work spans three interlocking domains: software engineering (product design, mobile/web), robotics & embedded systems (PID control, IoT sensors), and machine learning (CNNs, object counting, epidemiological modeling). I'm driven by problems where hardware and intelligence meet the real world.
Projects
Software Engineering
DogTag — Missing-Pet Coordination Platform
Skandalaris Center Venture Competition Finalist · Washington University in St. Louis
Every year millions of pets go missing in the United States, yet the process for reuniting them with owners is fragmented across paper flyers, Facebook groups, and disconnected shelter databases. DogTag is a mobile platform designed to close that gap.
- Designed core product flow: photo-based pet reporting, automated geofenced alerts to nearby shelters and volunteers, and a secure in-app messaging layer between owners and rescuers.
- Scraped and normalized public shelter databases to seed a live lost/found index, significantly reducing duplicate manual entry for users.
- Conducted structured customer discovery interviews with 45 pet owners and 20 shelters/rescue volunteers, using findings to prioritize MVP features and de-scope lower-value flows.
- Reached the finalist round of the 2024 Skandalaris Venture Competition, pitching the business model, market size, and technical architecture to a panel of investors and faculty judges.
INdex — AI-Powered Handwriting Tutor
Skandalaris Hackathon MVP · Ideabounce Open Mic · Olin entrepreneurship pathway
A common frustration in math and science education is the gap between a student's written work and meaningful, immediate feedback. Index addresses this by turning a phone or tablet into a real-time tutor that reads handwritten problem sets.
- Built the initial MVP during the Skandalaris Hackathon (Fall 2025), validating the core workflow from handwritten capture to AI-generated feedback.
- Competed in Ideabounce's Open Mic category (Fall 2025), networked with judges, and secured a MacBook donation to support ongoing development.
- Originally enrolled in the Skandalaris Venture Competition, then intentionally stepped back to refocus on customer discovery and problem selection before scaling engineering effort.
- After the donated MacBook proved too old for practical native iOS development, we purchased a newer used MacBook to unblock the product roadmap.
- Took INdex through Olin's entrepreneurship ecosystem to refine customer discovery, product positioning, and go-to-market framing.
- Network and support: ongoing guidance from Cyril Loum (Director of Venture Development, Skandalaris), connection with Will Blanchard (CEO, former Senior PM / VC Associate, WashU alum) via McKelvey CNX, and an upcoming conversation with Gabby Cazeau (Partner, Harlem Capital) focused on enterprise software and applied AI.
- Current progress direction: restarting intentionally from scratch, defining critical hypotheses first, then running short customer-discovery test cycles to shape differentiated MVP features for underserved student segments.
- Active learning hypothesis set includes: whether students want hint-first AI walkthroughs, whether handwriting remains preferred for step-based STEM work, and whether real-time nudge UX is preferred over existing note-taking and AI study tools.
- Near-term validation plan: run quick Figma click-demos and controlled user tests, collect survey outcomes across target demographics, and iterate toward a minimal-but-rich MVP before native iOS build-out.
- Building an OCR + LLM pipeline that ingests a photo of handwritten student work, identifies the problem type, traces the student's steps, and returns targeted step-by-step guidance rather than just the answer.
- Designing an immersive digital-notebook UI modeled on GoodNotes and Notability, prioritizing low-latency ink rendering and intuitive annotation gestures.
- Evaluating cross-platform frameworks (Flutter, React Native, Swift/SwiftUI) for performance trade-offs in ink latency, camera access, and on-device ML inference.
- Prototyping the feedback engine with GPT-4o vision for early validation before fine-tuning a smaller model for cost and latency at scale.
Gesture-Controlled Video Game
Hack WashU — 1st Place Overall (Emerging Track)
Built a fully playable browser-based video game controlled entirely through hand gestures, with no physical controller, during a 36-hour hackathon.
- Used MediaPipe Hands to detect and track 21 hand landmarks in real time via webcam, mapping index-finger tip coordinates to in-game movement inputs at ~30 fps.
- Integrated OpenCV for frame capture, preprocessing, and visual feedback overlay, ensuring robust performance under varying lighting conditions.
- Collaborated in a 4-person team, owning the gesture-to-input mapping layer while teammates handled game logic and UI rendering.
- Presented the live prototype to judges; awarded 1st place in the Emerging Track at Hack WashU 2024.
Robotics & Embedded Systems
Autonomous Vehicle Control — PiCar
WashU ESE 205 — Electrical & Systems Engineering Lab
Designed and implemented a closed-loop autonomous driving system on a Raspberry Pi-based vehicle platform from the ground up.
- Implemented and hand-tuned PID controllers for motor speed regulation, iteratively adjusting proportional, integral, and derivative gains to minimize overshoot and steady-state error under varying surface friction.
- Fused data from a photoresistor (ambient light), an ultrasonic sensor (obstacle detection/ranging), and an onboard camera to enable reactive lane-keeping and collision avoidance.
- Validated actual vs. commanded wheel speed using FFT analysis of encoder pulse signals, diagnosing resonance artifacts and confirming control bandwidth.
- Implemented real-time object detection and color tracking using OpenCV, enabling the vehicle to autonomously follow a designated target at a constant standoff distance.
Arduino Automated Garden System
Designed and built a self-managing raised-bed garden that monitors soil conditions and waters itself without human intervention, powered by solar energy.
- Wired capacitive soil-moisture sensors to Arduino analog inputs and wrote firmware to trigger a solenoid-controlled water valve when moisture fell below configurable thresholds, preventing both under- and over-watering.
- Integrated a solar panel + LiPo charge management circuit to keep the system off-grid indefinitely, including low-power sleep modes between sensor polling cycles to extend battery life.
- Added a DHT22 temperature/humidity sensor and logged readings via serial to a local data store for seasonal analysis of plant health.
- Designed the wiring harness and enclosure for outdoor weather exposure, applying conformal coating to moisture-sensitive boards.
Machine Learning
Land Cover Classification — NASA SEES Research
NASA STEM Enhancement in Earth Science (SEES) Program
Contributed to a NASA-affiliated research project applying computer vision to classify landscape types in ground-level directional photographs for use in climate and environmental monitoring models.
- Fine-tuned a ResNet-18 CNN (PyTorch) on a labeled dataset of sky, land, and water imagery captured across diverse geographic environments, achieving 92–95% test accuracy across the three-class problem.
- Built and managed a Zooniverse crowdsourcing pipeline to scale data labeling beyond what the core team could annotate, coordinating volunteer contributors and resolving label conflicts via majority-vote aggregation.
- Contributed written sections, quantitative figures, and LaTeX formatting to the research paper "Uniting Machine Learning and Citizen Science for Automatic Land Cover Classification."
- Presented findings at the AGU Fall 2023 Meeting (American Geophysical Union) — one of the largest Earth science conferences globally.
- Returned as a team mentor the following cohort, leading project coordination, Discord community management, and supporting new interns through the research workflow.
Automated Stave Counting — Independent Stave Company
AI/ML Developer · Independent Stave Company (barrel manufacturer)
Independent Stave Company (the world's largest barrel manufacturer) manually counts wooden staves on pallets for inventory and quality control — a slow, error-prone process. I was brought on to automate it with computer vision.
- Evaluated and benchmarked two neural network architectures — CountGD (a grounding-based counting model) and Annolid (an instance segmentation tracker) — for accuracy and inference latency on high-resolution pallet imagery.
- Built the full data pipeline: raw image ingestion, perspective correction, OpenCV-based preprocessing (contrast enhancement, denoising), and structured annotation using LabelMe for model training.
- Trained and validated models on an internal dataset of stave pallets, iterating on bounding-box vs. point-based annotation strategies to improve recall on partially occluded staves.
- Delivered a working inference pipeline projected to eliminate hundreds of thousands of dollars in annual manual counting labor.
COVID-19 Modeling & Signal Processing
WashU ESE 326 — Signals, Systems & Data Science
- Epidemiological modeling: Calibrated SIRD and SIRDVB compartmental
models in MATLAB using
fminconto fit real COVID-19 case data, then used the calibrated parameters to project the impact of different vaccination rollout strategies and intervention timing on peak case counts. - Image classification: Built and compared MNIST digit classifiers (logistic regression baseline vs. fully connected neural network), evaluating performance with confusion matrices and per-class precision/recall.
- Unsupervised learning: Applied K-means clustering to county-level COVID trajectory data to identify regions with similar epidemic curves, assessing cluster stability via silhouette scores.
- Signal processing: Designed and analyzed passive RC filter circuits, simulated frequency response, and developed a composite Butterworth low-pass + notch filter pipeline for de-noising biomedical signals with 60 Hz power-line interference.
Mixed Reality Medical App — HoloLens 2
Washington University in St. Louis
Explored the integration of AI-powered note-taking into a HoloLens 2 mixed-reality application targeting medical and dental clinical workflows.
- Investigated HoloLens 2 SDK (MRTK3) and spatial mapping APIs to understand feasibility of anchoring UI elements to physical clinical environments.
- Prototyped a voice-to-text and contextual annotation layer using Azure Cognitive Services, allowing clinicians to dictate and tag observations hands-free during procedures.
- Researched LLM integration for auto-summarizing session notes into structured clinical documentation formats.
Work Experience
Paint Room Manager
Danforth University Center · Washington University in St. Louis
Manage day-to-day operations of the DUC paint room, a facility used by student organizations for signage, event materials, and creative projects.
- Overhauled inventory tracking for paints, brushes, and supplies — reducing waste and cutting reorder time by establishing clear par-level alerts and a check-out log for shared materials.
- Serve as the primary point of contact for student orgs scheduling paint room sessions; coordinate supply orders and communicate capacity constraints across multiple concurrent event timelines.
- Onboarded and trained new student workers on safety protocols (hazardous material handling, ventilation requirements), proper equipment use, and cleanup procedures to meet university standards.
- Redesigned the room's workflow — staging supplies by event type, standardizing cleanup checklists — cutting average setup and breakdown time for weekly events by approximately 20%.
Front of House Team Member
Chick-fil-A Frisco Lakes · Frisco, TX
Worked all front-of-house roles — counter, drive-through, dining room — in one of the highest-volume Chick-fil-A locations in the Dallas–Fort Worth area.
- Handled high-volume customer service with emphasis on speed, accuracy, and hospitality; consistently managed 50+ simultaneous drive-through and counter orders during peak lunch and dinner rushes.
- Provided personalized menu recommendations and resolved order discrepancies or complaints on the spot, maintaining guest satisfaction scores above store benchmarks.
- Processed cash and card payments, balanced drawer totals at shift end, and cross-trained on meal assembly and delivery to cover staffing gaps.
- Maintained rigorous food safety and sanitation standards in compliance with Texas Food Establishment Rules, including temperature logging and cross- contamination prevention.
- Earned and maintained Food Safety Certification (2021) as a required credential for all food-handling roles at the location.
Education
Washington University in St. Louis
B.S. Electrical Engineering (Pre-Med) · Concentration: Entrepreneurship
Enrolled in the McKelvey School of Engineering. Coursework spans circuit design, signals & systems, embedded systems, and data science, alongside pre-med requirements in biology and chemistry.
Key courses: ESE 205 (Systems Lab — robotics & controls), ESE 326 (Signals, Systems & Data Science), Engineering Science, Biology, Chemistry.
Activities: Taylor STARS, Developer's Student Club (DSC), National Society of Black Engineers (NSBE), Black Men's Coalition, Minority Association of Premedical Students (MAPS), Intramural Soccer, Intramural Basketball.
Rick Reedy High School
Frisco, TX — Frisco ISD
GPA: 3.941 UW / 5.007 W · Top 25% · SAT Superscore: 1510 · AP Scholar with Distinction
AP courses: AP Computer Science A, AP Calculus BC, AP Physics, AP Chemistry, AP English, AP U.S. History.
Activities: Business Professionals of America (BPA) — Community Service Chair, Java Programming & Financial Portfolio Management competitor; Black Student Alliance; Student Ambassador; Texas Boys State Delegate (2023).
Little Elm High School
Little Elm, TX — Little Elm ISD
GPA: 4.000 UW / 4.975 W · Class Rank: 26 / 624
Notable coursework: CAD (Autodesk Inventor — earned Certified User credential), Engineering Science, Computer Science II (version control, web design). Transferred to Rick Reedy for junior year.
Leadership & Extracurriculars
NASA SEES Research Intern & Team Mentor
NASA STEM Enhancement in Earth Science (SEES) Program
Completed the competitive NASA SEES internship as a researcher, then returned as a returning mentor to support the next cohort.
- As intern: led the land-cover ML pipeline, co-authored research paper, and presented at AGU Fall 2023.
- As mentor: coordinated team assignments, organized the program Discord server and shared Google Drive, facilitated weekly sync meetings, and guided new interns through dataset preparation and model training workflows.
- Supported junior researchers in preparing their own conference presentations and written reports.
Business Professionals of America (BPA)
Rick Reedy High School Chapter
- Served as Community Service Chair, organizing volunteer events and tracking member service hours.
- Competed in Java Programming at the state level.
- Competed in Financial Portfolio Management — placed 5th nationally and reached the top-10 presentation finalist round at the BPA National Leadership Conference.
Texas Boys State Delegate
American Legion — Texas Boys State Program
Selected as a delegate to the American Legion's Texas Boys State program — a week-long civic leadership simulation where students form mock governments and run for elected office.
- Served concurrently as Precinct Chairman, County Chairman, District Co-Chairman, and State Party Delegate.
- Ran a campaign for Commissioner of the General Land Office on the Nationalist Party ticket, delivering speeches and building coalition support among delegates from across Texas.
Intramural Basketball Team Co-Captain
Washington University in St. Louis
Co-organized a team, coordinated scheduling and attendance, and led team to finish as the 2nd seed in the division.
Black Student Alliance · Multicultural Club · Student Ambassador
Rick Reedy High School
Held active roles across three student organizations simultaneously: Community Service Chair (BSA), general member (Multicultural Club), and official Student Ambassador representing the school to prospective students and families during campus visits.
Technical Skills
Awards & Honors
- Skandalaris Venture Competition — Finalist 2024 · Washington University in St. Louis
- Hack WashU — 1st Place Overall (Emerging Track) Oct 2024 · Hack WashU Hackathon
- BPA National Conference — 5th Place (Financial Portfolio Mgmt.) 2023 · Business Professionals of America
- AGU Fall 2023 — Conference Presenter Dec 2023 · American Geophysical Union
- AP Scholar with Distinction 2023 · College Board
- LCOF Dr. MLK Oration Competition — Finalist Speaker 2023
Publications & Presentations
Uniting Machine Learning and Citizen Science for Automatic Land Cover Classification
Research paper produced through the NASA SEES program investigating automated land cover classification from ground-level photographs using CNN models trained with crowdsourced Zooniverse labels.
Contributions: Dataset curation and quality review, Zooniverse labeling-pipeline design and management, ResNet-18 model training and evaluation, written sections, quantitative figures, and LaTeX document preparation. Presented at the AGU Fall 2023 international conference.
Certifications
- Autodesk Certified User: Inventor May 2022 · Autodesk
- Information Technology Specialist — Java Programming Apr 2023 · Certiport / Pearson VUE
- Data Ethics for Practitioners Jun 2023
- Food Safety Certification (ServSafe) 2021 · Texas Food Establishment Rules
Service
Volunteer — Bonton Farms
Dallas, TX
Participated in a community volunteer day at Bonton Farms, an urban-agriculture nonprofit in South Dallas that uses farming to address food insecurity and provide job training in an underserved neighborhood.
- Assisted with produce harvest, sorting, and packaging for community distribution.
- Supported livestock care duties alongside full-time farm staff.