Matthew
Chow
Hello!
I'm a 2nd year Computer Engineering Student at
The University of British Columbia.
I believe in being passionate in your work, and I live out that philosophy by finding joy in whatever work I do. I want to create software solutions that improves quality of life without the addiction to technology that social media promotes.
Tools
Projects
Autonomous Bot
A project to control a robot to autonomously follow a line with PID control and a Raspberry Pi. The code controlling the robot was written in Python and an Android app written with Java was developed in parallel to determine whether the robot is in the autonomous mode or a remote controlled mode. The app and the Pi connect over TCP sockets with the pi acting as the server and the app as the client. On start, the Pi captures a picture with it's camera and sends it to the app and then awaits further commands.
View Code
FOEX
An application that will take a photo of a produce item, and return an estimated expiry date. The app will log the user's scan history. Built during nwHacks2020, implementing the Microsoft Azure Computer Vision API with Java in Android Studio. I assisted in the backend of the app, connecting the front end with the back end, and took on project manager like role.
View CodeUBC Solar Telemetry Interface
Currently developing a telemetry interface for the UBC Solar design team. Meant to portray the live data from the car using HTML, CSS, and JavaScript.
Demo View Code
UBCNav
A wayfinding application that creates routes accomodative of people with disabilities, and provides location based information relevent to the user. Built during UBC Local Hack Day 2019 using Java and Android Studio. My role was implementing the Google Maps API.
View CodeGolazo Game
A 2 person soccer game built using the java.swing library. Created to gain an introductory understanding of Java.
View Code