Selected Applied Work

Projects

Selected projects with the questions, methods, and artifacts behind my work in model evaluation, data analysis, and usable computational systems.

Data and Models

Analysis and evaluation

Fall 2024

Hinglish Named Entity Recognition Benchmark

Prepared COMI-LINGUA for entity-level evaluation, fine-tuned mBERT and XLM-RoBERTa, and compared them with zero-shot GPT-4o and Claude 3.5 Sonnet under a common protocol. The repository includes data preparation, evaluation, and error-slice analysis code.

78%
entity-level F1 for fine-tuned XLM-RoBERTa
76%
F1 for the zero-shot GPT-4o baseline
2 scripts
Roman and Devanagari Hinglish evaluation
PyTorch Transformers Multilingual NLP Evaluation
Fall 2025

Data Science Salary Prediction Platform

Built a benchmarking pipeline for more than 15 regression models using over 3,000 job postings. Experiments were tracked with MLflow and compared using MAE, RMSE, and R². SHAP analysis was used to interpret associations between model predictions and features including geography, firm size, and skill requirements.

3,000+
job postings analyzed
15+
regression models compared
0.87
R² for the best XGBoost model
PyCaret XGBoost SHAP MLflow
Spring 2025

Community-Level Crime Modeling

Modeled statistical associations between socioeconomic indicators and violent crime rates across 1,994 communities. Cross-validation yielded R² = 0.85 for the selected predictive model. The analysis does not make causal claims, and the results were presented through an interactive Streamlit interface.

1,994
communities in the analysis
0.85
cross-validated R² for the selected model
6
interpretable socioeconomic features
Scikit-Learn Pandas Plotly Streamlit

Applied Systems

From analysis to implementation

Fall 2025

CAMP: Campus Asset Management Platform

Contributed to a team-built platform for campus resource allocation and scheduling under shared constraints. The project covered role-based access, conflict resolution, RESTful APIs, integration testing, containerized deployment, and automated CI/CD workflows.

Mobile home screen concept for CAMP showing asset search, current checkouts, upcoming reservations, and borrowing links.
Mobile home-screen concept from the team’s CAMP design work.
React Node.js MongoDB Docker