Past Projects


Noah

Noah is an AI-powered reading assistant that can:

  1. Recommend books
  2. Schedule reading time
  3. Record book reviews, and
  4. Explain word meanings

based on natural language instructions. Development in progress. Source Code


*Below projects are not being actively maintained

Recipe.io

Recipe.io was a command-line application developed in Java that allows users to

  1. Add/Delete recipes
  2. Find recipes by keyword/date/meal category

while using a text file as storage.

This app was developed as a team project in a university class. Source Code, Developer Guide.

Architecture Diagram for the app, drawn using PlantUML

Architecture Diagram

Yumz-and-Sweetz

Yumz-and-Sweetz was a full stack app where I posted pictures of food I made, and users can view and add comments to food posts.

The app had an Angular FrontEnd, a Flask backend, and a storage and auth mechanism using Google Firebase. Source Code

Login page

Food Blog

Performance Tracking Tool

This was a Google Spreadsheet tool that tracked physical output of a product line at each processing station. It parsed text logs to aggregate hourly statistics, wrote to a Google spreadsheet using the Sheets API, and used cron scheduling to continuously monitor progress. This tool helped operations managers to identify process bottlebecks.

I developed this tool during an internship at an e-commerce company specialising in streetwear.

Sample output

Performance Tracking Tool

Resource Optimization Tool

This was an Excel tool with custom VBA scripts that calculated optimial resource distribution based on cost & demand.

Snapshot of tool output

Resource Optimization Tool