-
Barcode Scanner Android App
Date Completed: 12/13/2018
Github• Created an Android application which scans the barcode of any product and returns its basic information and a list of offers from online and physical retailers
• Features include saving or deleting offers, viewing the nearest physical locations of the retailers, and viewing recently scanned products
• Uses Android Studio with the Room Persistence Library, UPCitemdb API, and Google Places API -
Book Recommender System
Date Completed: 12/05/2018
Github• Designed and programmed a book recommender system from a Goodreads dataset with 1 million entries using item-centric, memory-based collaborative filtering
• Evaluated and optimized different classification methods using cross validation, resulting in a maximum accuracy of 77.67%
• Uses Python and preprocessed with Delimit
• View the full report here -
Personal Website
Date Completed: Ongoing
Github• I began learning basic web development through Brad Traversy on Youtube early in 2018 and since then have taken an interest in all the awesome stuff you can do with just HTML, CSS, and PHP.
• This website was created entirely from scratch with my self-taught knowledge in late 2018, and I have been learning, experimenting, and adding content to it ever since.
• Uses HTML 5 and CSS 3 -
Snake Game
Date Completed: 6/18/2018
Github• The classic Snake game
• Project I created after learning some JavaScript fundamentals. Click here to play!
• Uses JavaScript