home

some cool stuff I've done

Humane Society
GitHub

Humane Society

React Typescript Express.js PostgreSQL Docker Firebase

UW Blueprint: Leading a team of designers and developers to build an application that streamlines the volunteering and adoption process at The Oakville and Milton Humane Society, a non-profit organization dedicated to protecting animals.

Recruitment Tool
GitHub

Recruitment Tool

React Typescript Express.js GraphQL PostgreSQL Docker Firebase

UW Blueprint: Internal recruitment tool that helps automate some of the tedious tasks when it comes to hiring.

Spotifeel
GitHub

Spotifeel

React Typescript Next.js Python Flask scikit-learn NumPy pandas

Full-stack dynamic playlist generator based on audio emotion recognition. Model trained using scikit-learn's NN, using the RAVDESS dataset, with 94.77% accuracy.

Cafe Management System
GitHub

Cafe Management System

Angular Typescipt Spring Boot Java Docker MySQL

Retail management system (RMS) that handles basic cafe operations. Features a JWT authentication system, mailing system, and CRUD operations for managing categories, products, bills, and staff.

Sign:Here
GitHub

Sign:Here

React Javascript Python Flask co:here Qdrant

Chat-bot that answers questions about legal documents. ents, helping individuals better understand the legal documents that they are signing. First deep dive into systems design, RAG and LLM pipelines!

Apollo
GitHub

Apollo

Python OpenCV Mediapipe scikit-learn NumPy pandas

ML model that aims to detect early signs of cerebral palsy, a motor disability in children. Uses CV and ML to retrieve the body coordinates and analyzes these coordinates to produce a HINE score, a standardized clinical neurological examination score.

Write:Here
GitHub

Write:Here

React Typescript GCP co:here

Scans an image file for handwritten text and parses it into digital text using AI-powered technology. It allows the user to send the handwritten text as an email, helping those with motordisabilities navigate the complex mailing system.

Sorting Visualizer
GitHub

Sorting Visualizer

Python Pygame

Allows users to sort a random array in ascending/descending using bubble sort, insertion sort, selection sort, merge sort, and/or quick sort.

Wordle
GitHub

Wordle

C++

Wordle but in the terminal.

Flappy Bird
GitHub

Flappy Bird

Lua LOVE

Remake of the iconic Flappy Bird game! Players must navigating a bird through pairs of pipes that have equally sized gaps placed at random heights. Explores game state management and map rendering.