Projects

Multility

multility
github playstore

Multiple utilities in one. A summer project with friends for an intro to mobile development and the Android ecosystem. Micro-apps include a tip calculator, a stopwatch, a notepad, a password generator, a fact generator, and a trending news page, to meet one’s everyday utility-based needs.

CaesarBreaker

caesar
github

A caesar cipher encryption/decryption tool with a sleek, blue “hacker-like” design. This was made as the final project for the course ICS2O1/3U1 using only modules from the Python standard library as per the requirements (tkinter, ttk).

ConureLang

conure
github

A small, dynamically-typed, object-oriented scripting language made in C that takes inspiration from Python, JS, and Ruby. This was a hobby project for me to learn programming language design, as well as parsing and interpreting chunks of data for processing.

CharCNN

charcnn
github

A convolutional neural network (CNN) that can recognize handwritten English characters/letters made with Scikit-learn, Keras, and Tensorflow. Trained with a dataset from the MNIST database and displayed with OpenCV2.

MusePlay

museplay
github

A small iOS music player application made using AVFoundation with a similar player experience to something like Apple Music or Spotify apps.

Weathera

weathera
github

An iOS Weather application with a sleek and minimalistic design made using the OpenWeatherMap API, including matching images for light mode and dark mode.