Vasanth Aggala

Computer Engineering @ Georgia Tech

Interested in software development, research, and data-driven engineering. Building systems that solve real-world problems.

Who Am I?

I'm a Computer Engineering student at Georgia Tech concentrating in Distributed Systems & Software Design and Systems & Architecture. I enjoy working at the intersection of engineering + data, where I can build systems that solve real problems.

In my free time, I like to cook new dishes, play Breath of the Wild or Pokemon, and challenge myself by learning new things & building projects.

I'm always happy to chat! Whether you're interesting in collaborating, or just want to talk, reach out at !

Work Experience

Undergraduate Research Assistant

Medford Group

Jan 2026 - Present

  • Running DFT calculations on HPC resources to study catalyst behavior.
  • Building scripts/pipelines to analyze outputs and summarize trends.
  • Collaborating with the team to validate results and document findings.

Data Science Intern

Delta Airlines

Aug 2025 - Dec 2025

  • Developed models/analyses supporting flight safety monitoring workflows.
  • Optimized ETL queries to improve reliability and reduce pipeline runtime.
  • Partnered with stakeholders to translate requirements into deliverables.

Undergraduate Research Assistant

The Bhamla Lab

Mar 2025 - Aug 2025

  • Worked with ESP32-based systems for instrumentation and data capture.
  • Built a lightweight mobile/web interface to view and share testing data.
  • Documented experiments and helped improve iteration speed in the lab.

General Consultant

Bobby Dodd Institute

Jan 2025 - May 2025

  • Wrote/organized compliance documentation for volunteer operations.
  • Automated scheduling/onboarding workflows using Python + spreadsheets.
  • Improved process clarity and reduced manual overhead for staff.

Projects

Project preview

Personal Portfolio

This very website you are on right now! Prioritized clean UI and smooth animations to make seeing my work an easy experience.

HTML/CSS JavaScript
iOS Journal App preview

iOS Journal & Mood Tracking App

Built a SwiftUI-based iOS app for journaling and mood tracking using MVVM architecture. Integrated Firebase Authentication and Firestore to support secure login and persistent, user-specific data storage.

Swift SwiftUI Firebase MVVM
Movie Revenue Predictor preview

Movie Revenue Predictor

Developed an end-to-end ML pipeline to predict movie revenue using structured features and text embeddings from plot summaries. Trained a Random Forest model and used RMSE/MAE and feature importance to evaluate performance and diagnose model behavior.

Python Pandas PyTorch Machine Learning
Flight Delay Analysis preview

Delta Flight Delay Analysis

Built a data pipeline combining 95K+ flight records with weather and aircraft metadata by cleaning DOT datasets, normalizing schemas, and merging external sources. Also built a BeautifulSoup4 webscraper for parsing airplane tail numbers to join with airplane metadata.

Python SQL BeautifulSoup Data Engineering