Projects

Things I've built and am building.

Featured

Face Recognition Attendance System

This project replaces manual roll calls and QR code check-ins with an automated facial recognition system deployed at classroom entry points. The system identifies students in real time, logs attendance with timestamps, performs periodic in-class presence checks to detect early departures, and classifies each student as Present, Late, or Absent. Built on an ensemble of state-of-the-art deep learning models (SCRFD + ArcFace as primary, MTCNN + FaceNet as secondary), with GAN-based image enhancement for non-ideal lighting conditions. All biometric data is self-hosted in compliance with Singapore PDPC guidelines under the Personal Data Protection Act 2012.

PythonSCRFDArcFaceFace RecognitionMTCNNFaceNet

personal blog website

Build a personal tech blog and portfolio site using Next.js 15 (App Router), MDX, and Tailwind CSS v4. The owner is a CS student who writes about cybersecurity, networking, and project showcases. Deploy target is Vercel with a custom domain.

TypeScriptMDXCSSJavaScript

Corporate Social Responsibility Management System

This project implements a corporate social responsibility management platform using a custom MVC stack that follows the Boundary–Control–Entity (BCE) methodology. It is written in pure PHP 8.2 with PDO.

PHPDjangoPostgreSQLReact