001
Companion — Gamified accountability platform
A gamified goal-tracking platform built around social accountability circles. Users create or join circles with a shared goal, add personal daily tasks, check in every day, and compete on a live leaderboard. Designed for small groups working toward a shared commitment.
Next.jsSpring BootPostgreSQLTailwindJWT
002
AZURE-CLOUD — Azure labs & proof-of-work repository
A hands-on collection of Microsoft Azure labs, notes, and implementations demonstrating core cloud concepts through practical, real-world scenarios. Covers compute, storage, networking, identity/access, databases, and monitoring/security — built as a "proof of work" documenting applied cloud skills.
Microsoft AzureAzure AD / RBACAzure Networking & Storage
003
Yapo — Serverless blog app on AWS
A modern serverless blog application with user sign-up/login and the ability to create, view, and comment on posts via a protected authentication flow. Built end-to-end on AWS managed services, with AI features including Text-to-Speech (Polly) and Translation (Translate) baked in.
AWS LambdaAPI GatewayDynamoDB + S3AWS Cognito
004
BottlelineClassification — Bottle fill-level image classification
A deep-learning computer vision project that classifies bottle images as Underfilled, Overfilled, or Normal to support automated industrial inspection. Trained a custom CNN and MobileNetV2 transfer-learning model, reaching ~98% accuracy vs a ~71% baseline. Published in IEEE.
PythonTensorFlow / KerasMobileNetV2OpenCVScikit-learn
005
malware-detection — Static malware classification
A machine-learning system that classifies malware families using static-analysis features extracted from PE files, DLL imports, and API calls. Implements an XGBoost pipeline with feature selection and cross-validation achieving ~93% accuracy, plus a Streamlit demo for interactive predictions.
PythonXGBoostScikit-learnStreamlit