DawgMaps
Developed Android application and React web app to crowdsource anonymous user location data.
App displays real-time heatmap visualization of crowd density, overlayed on a Google Maps interface.
In the COVID-19 era, users will benefit from having real-time information on which locations are safe to visit.
Built during UW Hack'20 hackathon in a team of four members; finished top 3 out of 81 projects.
View source code here.
Libra
Contributed to open-source automatic machine learning (autoML) library that automates machine learning preprocessing, model building, training, and evaluation.
Personal contributions: Developed backend for image classification (convolutional neural networks) and artificial image generation (generative adversarial networks) queries.
Library has over 17,000 downloads. View source code here.
PneumoNet
Developed deep learning classification algorithm to take a chest X-ray image as input and output a diagnosis for four heart and lung conditions (pneumonia, pneumothorax, cardiomegaly, pulmonary edema).
Developed image classification algorithm using dataset of chest X-rays released by the National Institutes of Health.
The algorithm's performance was comparable to performance of state-of-the-art algorithms on this dataset.