Back to home Selected & complete works

All Projects

Engineering

Full StackMay – Jun 2026

CyberAegis

Gamified Cybersecurity Awareness & Training Platform

  • 7 microservices, 41 interactive simulators, and 128+ REST API endpoints serving a React 18 SPA
  • Event-driven RabbitMQ architecture, Redis-cached leaderboards, gamification engine with XP/leveling, and a community forum
  • 58,000+ LOC, 261+ integration tests, load-tested for 5,000 concurrent users, 9 Docker containers, 43 Kubernetes manifests
Node.jsReact 18PostgreSQLRedisRabbitMQDockerKubernetes
Full StackAug – Dec 2025

Vajra Sandbox

Malware Analysis & Threat Detection Platform

  • Malware analysis platform handling 200+ daily submissions with static, dynamic, and memory analysis plus automated PDF reports
  • Each sample runs in an isolated VM; async Celery processing ensures zero bottlenecks under high volumes
  • Security-first: JWT auth, TOTP 2FA, equation-based CAPTCHA, and rate limiting
PythonDjango/DRFNext.jsTypeScriptDockerRedis
Android2026

Minimalist App

Text-only Android home screen launcher

  • Distraction-free Android launcher with no icons or wallpaper — everything rendered as plain text
  • Focus profiles, per-app usage limits, and unified search across apps, contacts, and settings
KotlinAndroidJetpack
Full StackDec 2025 – Present

VersatAI Lab Website

Lab site with profiles, event listings, and JWT/TOTP-secured admin

  • Platform showcasing research activities, student profiles, projects and events with a collaboration and feedback system
  • Django/DRF secure REST APIs with a Next.js SSR/SSG frontend
  • JWT authentication, TOTP 2FA, equation-based CAPTCHA, and role-based access control
Django/DRFNext.jsPostgreSQLJWTTOTPRBAC
FrontendDec 2022 – Jan 2023

Sorting & Pathfinding Visualizers

Educational Algorithm Visualization Tool

  • Interactive visualizers demonstrating algorithm behavior through real-time execution
  • Built with HTML, CSS, and JS applying OOP principles, data structures, and graph algorithms
HTMLCSSJavaScriptGraph Algorithms
OptimizationJul – Nov 2024

Swarm Robotics Optimization

Mathematical Optimization Techniques | Course Project

  • Optimization model for drone deployment in disaster-affected areas, with a team of four
  • Formulated constraints for coverage, deployment, and drone selection using grid-based coverage metrics
PythonMILPGurobiSwarm Robotics
SimulationJan – Apr 2024

Dark Store Operations Optimization

IE 630 | Course Project

  • Discrete-event simulation of dark-store workflows modeling demand fluctuations, workforce utilization, and inventory cycles
  • Scenario-based experiments on staffing and replenishment, deriving strategies for dynamic workforce allocation and predictive inventory control
PythonSimPyDESData Analysis

ML / Research

Agentic AIJan – May 2026

The Third Eye: VIntel Platform

IE 624 – Generative & Agentic AI | Prof. Manjesh K. Hanawal

  • Multi-agent cybersecurity news platform with two-round LLM editorial deliberation and Borda-count cross-story ranking to overcome grade inflation
  • Polyglot microservice architecture (Go + TypeScript + Rust + React) with a persistent memory layer and an open A2A protocol
GoTypeScriptRustReactLLM AgentsPostgreSQL
MTP ThesisJul – Nov 2025

Parameter-Specific Literature Retrieval

Biomedical NLP Pipeline | Prof. Balamurugan Palaniappan

  • Pipeline querying PubMed to extract parameter-specific clinical data from 87K+ research abstracts
  • Fine-tuned PubMedBERT NER model achieving 90% F1 on a manually annotated dataset
  • Provenance-tracked Neo4j knowledge graph + QA engine: 88% answer rate, every claim cited
PyTorchHuggingFaceNeo4jREBELPubMedBERT
NLPAug – Nov 2025

Explainable Depression Detection

Social Media Analysis | DL NLP Course | Prof. Pushpak Bhattacharyya

  • NLP pipeline for depression detection using double domain adaptation and guided masking
  • Explainability pipeline combining Integrated Gradients with LLM-based teacher-student distillation
  • Achieved 0.78 F1 and extracted top-k words contributing most strongly to positive detection
PyTorchHuggingFaceNLPTransformers
CV / RLFeb – Mar 2025

HeadBall2 Game Player

Real-Time Mobile Game Automation

  • Real-time computer-vision pipeline using OpenCV on live video streams at 30 FPS
  • Reinforcement-learning system with WebSocket client-server communication at 50 ms end-to-end latency
  • Mobile automation framework integrating ADB, v4l2 and Python for reliable device control
OpenCVPythonRLWebSocketsADB
MLJan – Apr 2025

Kernel PCA for OOD Detection

ML Principles & Techniques | Course Project

  • Implemented Kernel PCA for out-of-distribution detection in DL models, benchmarking against KNN
  • AUROC of 99.57% and FPR of 1.73% on ResNet50 evaluated on Tiny-ImageNet-200
PythonPyTorchKernel PCAOOD Detection
RL / NLPJan – Apr 2025

Secrets of RLHF in LLMs: PPO

Reinforcement Learning Algorithms | Course Project

  • Studied core RLHF mathematics and implemented PPO-max to improve LLM fine-tuning stability
  • Built a demo that fine-tuned an LLM, showing measurable gains over SFT baselines
PythonPPORLHFHuggingFace
PublishedJul 2024

Plant Disease Classification with SOTA DL

International Journal of Computing | DOI: 10.47839/ijc.23.4.3542

  • Implemented and evaluated multiple CNN architectures on 87,900+ leaf images across 38 classes
  • Up to 97.31% validation accuracy, showing robust generalization across plant diseases
PyTorchCNNDeep LearningComputer Vision

Games

Web · AI2021

Tic Tac Toe

Browser game with minimax AI opponent

JavaScriptHTML/CSSMinimax
Unity · 3D2023

Runner 3D

Endless 3D runner built in Unity

UnityC#ShaderLab
Pygame · Arcade2022

Block Breaker

Classic brick-breaking arcade game

PythonPygame
Lua · Board2023

Ludo

Digital Ludo board game in Lua / LOVE2D

LuaLOVE2D
C++ · Console2024

The Hunter

Console text adventure in C++

C++OOP
Pygame · Puzzle2021

Tetris

Classic Tetris puzzle game in Python

PythonPygame