projects
Technical projects that I have worked on, or collaborated on. Most source code is on github.
- Personal Website Developed a multi-page personal website featuring my project, experiences and interests. Utilized JavaScript, HTML and CSS.
- Covid-19 Chest X-ray Classification For a statistical computing course (STAT 447), worked in a group of three to perform multi-label classification on a sample of Chest x-rays of healthy and penumonia-affected patients. Performed classification using various statistical methods (Multiclass regresssion, Random Forest, AdaBoost) and Convolutional Neural Networks.
- GreenerShopper See DevPost for details. While participating in SAP's Hack4Good Hackathon, won with 3 other codeers by creating a Google Chrome prototype for Amazon that shows users how much carbon emission is contributed based on the product. Utilized a raw data set with estimated carbon emissions by product type, and an API to obtain Amazon product details.
- SuperRent Car Rental Company For a relational database course (CPSC 304), work in a group of three to create an GUI for a car rental company. Designed and created an Oracle database, performed relevant SQL queries to allow functionality of website.
- book recommender (see github) A command-line Java program that requests users to input a book title and/or author. Provided this information, will obtain and parse information from Goodsreads API and will find similar and recommended books. Obtains a list and prints out book suggestions ordered from greatest average rating to least.
- the frank ocean project Simple website that prints out randomized Frank Ocean song lyrics each time the page is refreshed. Utilized JavaScript, HTML and CSS.