Projects
All the projects I've done.
-
Unitree Gallery Service – Event Image Gallery with QR Sharing
A FastAPI-based image gallery microservice built for WSO2Con — enabling live event photo uploads, responsive gallery browsing, and instant QR-code-based image sharing.
-
Fine-Tune Pipeline – CI/CD-Ready LLM Fine-Tuning Framework
A team-built, production-oriented fine-tuning framework covering LoRA training, inference, and evaluation for Qwen, Llama, and Mistral models — designed to run inside GitHub Actions or Jenkins with full W&B experiment tracking.
-
Choreo Docs AI – End-to-End Dataset Generation, RAG, and Fine-Tuning Pipeline
A full AI pipeline built around WSO2 Choreo documentation — generating QA datasets with LLMs, fine-tuning Qwen SLMs with LoRA, and building a RAG-based conversational assistant. Three interconnected projects covering the complete lifecycle from raw docs to a working domain expert.
-
DDoS Attack Classifier – ML-Based Network Traffic Analysis
A machine learning project for classifying DDoS attack traffic, comparing Logistic Regression, Autoencoders, and DBSCAN on the Kaggle DDoS dataset — with production-ready sklearn-compatible preprocessing pipelines.