Mapping Software – C++
● Reads in database of all intersections and streets in a city (Toronto, New York, London, etc.)
● Draws the resulting map and lets the user interact with it (pan, zoom, search for location, etc.)
● Finds travel routes between two intersections and displays directions to user
● Finds the fastest path and order of deliveries for a courier to complete their daily deliveries
Database Design – PostgreSQL
● Designed a back-end database for a dive-booking app where qualified divers enter booking info
● The database design enforced the required constraints without allowing any redundancies or NULL/DEFAULT values
License Plate Recognition and Detection Application – Python
● Using deep learning, trained a CNN on a database of 500+ images of license plates
● Able to detect a license plate in an image and identify the different alphanumeric characters
● Image data processing was conducted using OpenCV
● Data preprocessing consists of edge detection, rectangle detection and image thresholding
● Resulted in successfully extracting 92% of images and predicting 94% of test data
Final Year Design Project – Python
● Optimized a Sentiment Classifier Model that was provided to us, using the BERT model
● Minimized inference time from 10s to 0.0063s, minimized training time from 120min to 8minand maximized accuracy from 85% to 88.4%
● Implemented Smart Checkpointing, Early Stopping and a Training Report Generator
● Model is able to detect sentiments from a given piece of text
Elevate Hackathon (Helping Hand) – AWS
● Worked in a team of 8 to create an Arduino prototype that could open doors through voice commands on Alexa, and authenticate users with facial recognition
● Utilized various AWS services (Alexa, Lambda, Rekognition, IoT), Twilio APIs, and Arduino