Software Enthusiast
UCSD Computer Science

Currently aiming to explore various computer science fields

Recent Projects

Impulse - Internship Application Manager

Won Most Aesthetic/Well-Designed Hack at Hacktech 2019
Read more: Impulse Writeup


BitPic

Created in 36 Hours at SB Hacks 2019
Android app that queries images and returns relevant bitmojis.

Utilizes Google Cloud Platform, mainly uses Cloud Vision API to process images and query for objects. Also makes use of SnapKit: LoginKit to connect user to the app, BitmojiKit to use the Bitmoji sticker UI, and CreativeKit to be able to click on a bitmoji and send it to another app.


Nutritional scraping

Project was designed to get data from the UCSD Housing, Dining, and Hospitality Department about item names, prices, and calories. Uses python's BeautifulSoup library. Converts the data into an easy-to-read table with item, price, serving size, calories per dollar, calories per serving, and protein per serving using pandas library.

GitHub

Discord Bot

Started December 2018
Created using Javascript with JSON Created a discord bot using the discord.js library with 9 commands so far
For instance:
!help to obtain information about the other commands and usage.
!build [string] to add words to a string that is stored as a JSON object, which everyone can build on.
!buildClear to clear the sequence of strings and start from fresh
!joinedAt to see the date a user has joined said server
!odds @User [numberOutOf] based off of What are the Odds; have the bot message both users for a number and compare it.

Invite to Server               GitHub