Projects

Gallery of work aligned with software engineering, ML systems, and autonomy. Each card links to a structured case study.

Pintos: Operating System Development

Built Pintos educational operating system: a pedagogical project for understanding core OS concepts on 80x86 architecture. I developed and refined kernel threads, virtual memory management, user program execution, and file system features.

COperating SystemsThreadingConcurrencySystem CallsVirtual MemoryFile systemsSWE
Learn more

GitHub unavailable — source cannot be published under course academic integrity policies.

FAA Wildlife Strike Damage Prediction

Built a machine learning pipeline to predict whether FAA-reported wildlife strikes would cause aircraft damage using historical aviation incident data. Focused on imbalanced classification, feature engineering, and improving balanced accuracy across damage classes.

PythonMachine LearningData CleaningFeature EngineeringModel TrainingModel EvaluationMLSE