featured projects
"We each need to find our own inspiration, Kiki. Sometimes itโ€™s not easy."- Ursula, Kiki's Delivery Service
web development
Scriptorium
A code-sharing platform with remote code execution, and community features. Much like replit.com! Course project for CSC309.
  • CRUD API: Type-safe management of users, code files and blog post entities with Prisma ORM
  • Remote code execution: Docker containerization of environment, supporting 12 major languages
  • Frontend: code editor with syntax highlighting, paginated search results, responsive design
Stack: Next.js, Prisma, Docker, Node.js, React, shadcn, TailwindCSS, Typescript
TTCTracker
Predicts public transit vehicle arrival times. Course project for CSC207.
  • Prediction algorithm: self-designed; combines live vehicle locations, route geographical data and historical information to predict arrival times
  • Backend: based on clean architecture with adherance to SOLID, providing a RESTful API
Stack: Java, Spring Boot, React
ASX
Website for UofT's astronomy club for events postings.
Stack: Next.js, React, TailwindCSS, Typescript
NOVA Ground Station
Data visualisation for University of Toronto Aerospace Team's rockets' sensors.
  • Dashboard: real-time, animated, scrollable, customisable plots, sampling sensor values from an API on a Raspberry Pi
Stack: React, ChakraUI, react-chartjs-2
machine learning
UofT Reddit Sentiment Analysis
Finding the best (and worst) courses, departments and colleges at UofT.
  • Model: BERT-based multi-class text classifier model for sentiment analysis
  • Dataset: 1.4 million Reddit posts & comments from UofT students
Stack: Pandas, Huggingface, Tableau
CargoVision
Detects Dangerous Goods shipping labels on incoming cargo shipments. Internship project for Cathay Pacific Airways.
  • Model: YOLOv8, finetuned
  • Dataset: custom dataset compiled from online sources & from Cathay Cargo Terminal; 760+ images, 16 object classes, 2900+ labels
Stack: OpenCV, Roboflow, YOLOv8