01 · 2026Coursework
ICU Delirium Detection
Capstone research project comparing Random Forest, XGBoost, and LSTM for early delirium detection in ICU patients using structured EHR data from MIMIC-IV. Builds a prediction ensemble, evaluates lead time against standard CAM-ICU screening cycles, and includes SHAP-based interpretability and demographic fairness analysis. Team of four. Targeting publication as a scientific paper.
Pythonscikit-learnXGBoostPyTorchSHAPpandas
02 · 2025Coursework
NYC Taxi Forecasting
A team data-science project forecasting NYC green-taxi trip volumes from 2017 to 2020, factoring in weather and temporal patterns. Custom pipeline pulling 4 years of TLC parquet data, lagged time-series features, Prophet benchmarked against gradient-boosted models with k-fold CV, deployed via Plotly Dash.
PythonProphetscikit-learnPlotly Dash
03 · 2025Live
Prayer Times
A Chrome extension that displays daily Islamic prayer times with live badge countdowns and configurable notifications. Pulls from the IslamicFinder API with Diyanet and IslamVakti as fallbacks, and uses OpenStreetMap Nominatim for geolocation. Published to the Chrome Web Store.
JavaScriptChrome APIOSM NominatimWeb scraping
04 · 2024Archived
Shopify Ops Toolkit
An internal Python CLI for CandyVillage that wires together Shopify, Moneybird, Google Drive and Sheets, and DPD into a single workflow. Class-based managers per service, configurable via .ini, pytest tests, and PyMuPDF for invoice parsing. Replaced hours of weekly admin work.
PythonShopify APIMoneybird APIGoogle APIs
05 · 2023Live
Quran TikTok Generator
A Python tool that generates short-form videos featuring Quranic recitation with synchronised Arabic text and translations. Uses MoviePy for composition, multithreading for parallel generation, and FuzzyWuzzy for matching verse text against audio timestamps.
PythonMoviePyFuzzyWuzzy
06 · 2023Coursework
Fit+
A Python gym management system with role-based authentication for super admins, system admins, and trainers. SQLite with encrypted credentials, login attempt tracking, activity logging, and suspicious-activity detection. Modular managers per domain.
PythonSQLiteCryptography
07 · 2022Coursework
CinemaSharp
A C# console-based cinema booking system built largely solo for a school project. Customers browse films by genre, view showtimes, pick seats, order snacks, and complete bookings. Admins manage films and consumables. Pages and Classes layered architecture with JSON persistence.
C#.NETJSON