Systems · C
GemOS
Built grep-like tooling, syscall tracer and a process-chaining shell. Custom malloc/free, multi-level page-table walks, round-robin scheduling, and semaphore-based threading inside a 64-bit research OS.
ML · PyTorch
Deepfake Detection
Trained CNN baselines (VGG19, ResNet50, EfficientNet-B0) up to 94% accuracy. Implemented FGSM/PGD attacks and fine-tuned a DeiT-Small Transformer reaching 97.9% clean accuracy.
Networks · C++
Routing & Chat Server
Implemented Distance Vector & Link State routing with Dijkstra. Built a multi-threaded TCP chat server with auth, broadcast and mutex-based concurrency. Iterative + recursive DNS resolvers.
HPC · MPI
MPI Parallel Computation
3D domain decomposition with slab communicators, non-blocking halo exchange, and aggregator-based I/O. Scaled to 64 processes with measurable efficiency gains.
Fullstack · Next.js
BookYourTrip
Online ticket-booking platform with role-based dashboards, dynamic pricing and AI-agent recommendations. 80%+ test coverage; deployed multi-cloud on AWS/GCP.
IoT · TinyML
Smart Agriculture IoT
Tiny Neural Networks on Raspberry Pi via TFLite. Hardware integration with NodeMCU + Arduino over MQTT. ReactJS dashboard for real-time predictions.