SafeLINC
Mobile Safety for Suicide Prevention
Contributed to a teen suicide prevention app that provides teens with tools to adhere to their safety plans. Implemented a mood tracking system, a culturally sensitive resource system, integrated a Calendly appointment scheduling & tracking system, translated the app in 4 languages, and improved app loading times by 200%. Leveraged AWS Lambda to apply styled HTML/CSS templates to the app's emails in 4 languages. Leveraged AWS EventBridge & Lambda to create 4 recurring hydration jobs.
9 Models on Biomedical Q&A
Comparative Analysis of 9 Pre-trained Language Models on Biomedical Question Answering
Fine-tuned & compared 9 GPT & Bert models in terms of accuracy when answering biomedical questions from the PubMedQA dataset. Models included GPT-2, BioGPT, BioBERT, BERT, Clinical-BERT, DistilBERT, MedBERT, PubMedBERT, & BlueBERT. Performed experimentation with varying training splits to highlight the models' few-shot learning capabiltities. Results indicated that PubMedBERT was the best performing model boasting a mean accuracy of 84%.
PetPals
"Dating" App for Pets
Created a pal app for pets in which pet owners can create profiles for their pets to connect with others. Pet owners can create profiles for their pets, swipe through pets, match with pets, and view their matches. I facilitated the app's API routes, page routing, session management, image rendering, database queries, and hosting / deployment. Fulfilled the positions of PM and Tech Lead by managing a team of 6 developers and leading development.
Water Quality Regression Analysis
Linear Regression Analysis of Virginia's Backbay Refuge Water Quality Data
Conducted linear regression analysis on Virginia's Backbay Refuge water quality data to determine the relationship between water quality predictors and dissolved oxygen levels. Conducted exploratory data analysis to identify key predictors and potential outliers. Performed backward elimination during model selection to identify the best predictors. The model was trained on half of the data and tested on the remaining half of the data. The final model produced an R-squared of 0.6 and MAE 2 mg/L.