Coding Projects

Syntax Sirens – AI WCAG Checker

AI Integration • Accessibility • Full-Stack Development

An AI-powered accessibility evaluation tool built for IBM Hackathon 2026. Users submit a website URL and receive WCAG 2.2–mapped findings with plain-language explanations and actionable remediation guidance, combining FastAPI backend development with agentic AI orchestration.


TopReview – Film Review Aggregator

Full-Stack Development • API Integration • NLP Summarization

A collaborative full-stack application that aggregates movie reviews, classifies sentiment using Google Cloud NLP, and generates concise summaries via the ChatGPT API to help users make faster viewing decisions.


Sugar – Hyper-Local Food Marketplace

Product & Business Design • UI/UX • Frontend Implementation

A community-focused marketplace for buying and selling food locally, designed to reduce food waste while addressing real trust and safety concerns. I led key branding and UI design (logo, color scheme, welcome/login flows) and supported frontend implementation to align the build with the final prototype.


OpenGL Interactive House

Computer Graphics • C++ • OpenGL • Interactive Lighting

A 3D interactive house built in C++ using OpenGL over four weeks (~50 hours). The project features navigable interior and exterior spaces, interactable doors and light switches, textured materials, and adjustable lighting. My primary technical challenge was implementing and debugging realistic lighting behavior.


Regular Expression Interpreter

Theory of Computation • Parsing • NFAs • Thompson’s Construction

A formal language project that parses regular expressions into an Abstract Syntax Tree (AST), constructs an equivalent Non-deterministic Finite Automaton (NFA) using Thompson’s algorithm, and simulates the automaton to verify string acceptance; bridging automata theory with practical implementation.