Ike Lim← Back home

Projects

All projects

AI/ML, full-stack, tooling and more - 17 projects in total.

AI/ML · Computer Vision

SIA Paint-Defect Detection

LIVE

May 2026 – Present

A YOLOv8 pipeline detecting paint-peel defects on aircraft fuselages across the Singapore Airlines and Scoot fleets. rembg segmentation isolates the airframe, SAHI 320×320 tiling preserves small defects, and aircraft-level train/test splits keep evaluation honest - mAP@50 0.76 on the production split. Inference scores each aircraft across 15 fixed camera views and publishes annotated images and Excel reports to SharePoint.

Read the case study →
PythonPyTorchYOLOv8SAHIOpenCVrembg

AI/ML · Audio

GenreAI

Jun 2024

A neural-network music-genre classifier built with TensorFlow/Keras. librosa extracts MFCCs, chroma, spectral and tempo features from raw audio, and the model classifies tracks across the GTZAN dataset's 10 genres - reaching 99.67% accuracy after extensive hyperparameter tuning.

Read the case study →
PythonTensorFlowKeraslibrosaJupyter

Full-Stack · Flagship

Gossip with Go

ARCHIVED

Dec 2025 – Jan 2026

A full social forum - posts, topics, likes, reposts and two-level nested comments - with algorithmic content ranking and multi-entity follows. The Go REST API (25+ endpoints, 3-layer architecture, GORM) is tuned with composite indexes and denormalisation for sub-100ms reads; auth is JWT in httpOnly cookies with rate limiting and bcrypt. Shipped as an installable PWA.

Read the case study →
ReactTypeScriptReduxGoGinPostgreSQLDocker

Full-Stack · ERP

Social40

ARCHIVED

2023 – 2025

A unit ERP for the Singapore Armed Forces combining admin management - personnel records, duty scheduling, attendance, approvals and analytics - with an internal social layer. Built in Next.js 14 (App Router), TypeScript and Sentry monitoring across client, server and edge.

Read the case study →
Next.jsTypeScriptTailwindCSSSentry

E-Commerce

Mademoiselle Angel

ARCHIVED

Sep – Oct 2022

A full-stack e-commerce storefront - catalogue, cart and checkout - integrating Stripe and PayNow on a Node/Express backend with Firebase.

Read the case study →
ExpressJSNode.jsHandlebarsFirebaseStripe

AI SaaS

Shifty

IN-PROGRESS

Jun 2026 – Present

An AI SaaS platform for automating shift and task delegation across an organisation - tiered billing from Free to Enterprise for org leaders, with free invite-only membership for team members. In active development.

Algorithms

Markov Text Generator

Mar 2026

A Java Markov model for probabilistic text generation - character- and word-level modes, seeded reproducible output and O(k) frequency lookups. Built for a Data Structures & Algorithms module.

Python · Quant

XAUUSD Backtester

Feb 2026

A backtesting framework for a previous-day-high/low liquidity-sweep strategy on 20 years of XAUUSD data. Simulates entries, exits and win-rate statistics across seven intraday timeframes - best documented result: 71.17% win rate on the 15-minute timeframe.

Read the case study →
PythonJupyterkagglehub

Documentation · LLMs

Open WebUI Guide

Jul 2025

A step-by-step guide to self-hosting Open WebUI with Docker, Python and Ollama - written so anyone can run a local, offline LLM platform on their own PC.

Open WebUIDockerOllamaPython

Mobile · Nation-Wide Collaboration

Buddy of Parents (BOP)

LIVE

2025

A React Native app built at GSPL for Singapore's Alert Alarm System (AAS) eldercare initiative with GovTech and iWOW - connecting wireless alert devices in elderly residents' homes so a button press signals agencies such as SCDF for help.

Read the case study →
React NativeAWSEC2Lambda

Developer Tool

Nitrix

ARCHIVED

Apr 2025

Upload a SQLite database and Nitrix analyses it, surfaces table insights, and generates themed HTML or React table-view code - down to full downloadable project structures.

ReactTypeScriptSQL

Automation

Ration Reporter

ARCHIVED

Apr – May 2024

A web tool that automates daily SAF ration reporting - generating the required format in one click.

ReactTypeScript

Automation

IR Generator

ARCHIVED

Oct 2023 – Mar 2024

Generates correctly formatted SAF incident reports with a click of a button.

ReactTypeScript

Mobile · Security

PassSafe

ARCHIVED

Sep – Nov 2022

An offline Android password manager - 256-bit AES encryption with a unique random salt, a built-in hashing system, no ads and no data collection. Published on Google Play. Built while learning Android development.

Read the case study →
JavaAndroidSQLCipher

Automation

Economics Manager

Jun 2022 – Aug 2023

Python desktop automation for economics teachers at Anglo-Chinese Junior College - a TKinter tool that tabulates student scores through file I/O, replacing repetitive manual spreadsheet entry so teachers can generate accurate scoresheets in a few clicks.

Read the case study →
PythonTKinter

Frontend · Game

Hog Royale

Nov – Dec 2021

An interactive Clash Royale 'Hog Rider' character profile built for an HTML project - a game-styled landing page with hover sound effects, an animated tutorial intro, an attribute carousel and a Vanilla JS stat slider, all in HTML, CSS and JavaScript.

Read the case study →
HTMLCSSJavaScript

Game

Zombie Game

Jun – Jul 2021

A thrilling third-person shooter built with Unity and C#.

UnityC#