Featured

MealBuddies

A web application that targets food insecurity

January 2021

Managed a team of 2 designers and 2 developers in launching an online platform that consolidates food resources in Yolo County. Used a Firebase Realtime Database to store information about local food distributions, open pantries, restaurant giveaways, etc.

Figma
HTML
CSS
NodeJS
Firebase

Tuberculosis Drug Resistance

A model to analyze gene mutation signals for drug resistance

Winter 2022

Collaborated with 4 teammates to build 3 machine learning models that determine thresholds for gene mutation signals. Looked at whether molecular probes that detect these mutations yield high or low signals. Decision tree model achieved highest accuracy rate of 99%.

Python
Sklearn
Tensorflow

AggieFeed

An Android application that delivers the latest university news

June 2020

Accessed a REST API to render university events, articles, announcements, and important dates for the home feed. Any element can be tapped on to show a more detailed view. Utilized OkHTTP requests and GSON data mapping.

Android Studio
Kotlin
OkHTTP
GSON

UC Davis Yearbook

A virtual place to store memories for the graduating class

May 2020

Directed 2 web developers in building a website where users can log in and upload personal profiles onto a virtual yearbook. Developed wireframes and assessed the user interface for technical feasibility. Built a profile feed that can be filtered by college, major, name, etc.

Figma
ReactJS
NodeJS
CSS
Google Log-In

More Fun Projects

Personal Website

December 2020

A portfolio website where I can express myself visually and play around with new design trends. Achieved 300% increase in monthly impressions and clicks after website redesign.

Figma
HTML
CSS
JavaScript

includedavis.com

August 2020

Communicated with the lead designer to understand necessary revisions to improve the usability, look, and feel of the old website. Worked with the back end director and achieved a new landing page, club calendar, testimonial section, and mobile responsivity. Achieved 150% increase in website traffic.

Figma
HTML
CSS
NodeJS

Tweet Sentiment Analysis

December 2020

Cleaned, normalized, and tokenized US airline tweets and created a term frequency-inverse document frequency (TF-IDF) matrix. Split the data into testing/training sets and performed logistic regression. Yielded an overall 80% accuracy rate.

Python
Sklearn
NLTK

Spellchecker

February 2020

An implementation of the trie data structure to detect misspelled words. A trie dictionary is first created from clean text, such as a book. Then, input from other text can be passed into the trie to detect misspellings and predict intended words.

C++