Projects

present
building some cool stuff
systems...
currently working on exciting projects in the systems space. more to come soon...
Fall 2025
PintOS
operating systems course project (cs 162 @ berkeley)
implemented core operating system components including thread scheduling, user programs, virtual memory, and file systems. developed system calls, process management, and memory allocation algorithms while working with C programming and low-level system design to build a functional operating system kernel.
C, Operating Systems, Kernel Development
March 2025
ai-powered customer churn & startup success prediction
with mentoring from Blueshift
developed a machine learning solution to predict customer churn from unstructured and incomplete CRM data, implementing preprocessing and engineering 15+ predictive features such as account age and login frequency, achieving 96% accuracy with gradient boosting (LightGBM). engineered a data-driven classification system to evaluate startup success using custom business logic on operational status, years active, and funding levels, creating robust labels for supervised learning. built and tuned XGBoost models with custom cross-validation, resampling, and advanced preprocessing including target and one-hot encoding, optimizing F1 scores via manual grid search.
Python, LightGBM, XGBoost, scikit-learn, Pandas, NumPy
Dec. 2022 – Dec. 2023
computational biology research
Worked with Dr. Karthik Jagadeesh to streamline GWAS and brain single-cell data analysis using Scanpy, Python3-adapted LDSC, and optimized preprocessing pipelines to identify cell types involved in neurological disorders such as Tourette's. Built a protein similarity latent space using Facebook's ESMFold with UniProt data for feature extraction, enabling advanced analysis of protein relationships and functions.
Python, Scanpy, LDSC, ESMFold, UniProt