I build machine learning, cloud, and full-stack systems end to end, from the data layer to the UI. Final-year CSE (Cloud Computing) student, currently open to software engineering internships and new-grad roles.
parallel-aco-pathfinding: Parallelized Ant Colony Optimization pathfinder with a live web visualizer and a convergence animation from a real run. Python (multiprocessing), C/OpenMP.
phishing-detection-ml: Phishing-URL detector comparing four ML models (Random Forest best at 96.6% accuracy) with GridSearchCV tuning and SHAP-based explainability, served through a Python web app — live demo of the trained Random Forest running fully in-browser. Python, scikit-learn.
studysync: Full-stack collaborative study platform with real-time chat, shared notes, tasks, an admin panel, and an AI assistant. Node.js, Express, MongoDB, Socket.io.
codeplay: Browser-based game-development platform: pick a JS game template, edit the code in-browser, run and save your own games — live demo with playable templates. PHP, MySQL, Canvas.
bankers-algorithm-simulator: Interactive Banker's Algorithm simulator for deadlock avoidance, with a live demo. Vanilla JavaScript.
fintech-dynamic-scaling-broker: CloudSim broker scheduling 5,000 latency-sensitive trades across four data centers; a priority-aware, tiered-VM strategy cut average execution time by ~12.5% (136s to 119s) while meeting every SLA. Java, CloudSim.
library-management-system: Full-stack library back-office on a 15+ table schema with circulation, fines, and reporting. PHP, MySQL.