Low-Latency C++ Execution Engine
Systems & Performance A trading-style execution pipeline engineered for nanoseconds: zero-allocation architecture, lock-free SPSC ring buffers, SIMD prefetching, cache-locality tuning, and a hardware-aware scheduler with CPU core pinning and explicit memory ordering.
Independent · 2025
KAN-PINN Battery State-of-Health
ML & Research A hybrid Kolmogorov–Arnold / physics-informed neural network for lithium-ion battery SOH estimation, embedding the Verhulst degradation model as a physics constraint and trained with a custom augmented-Lagrangian framework for stability.
Independent · 2025
Solovay–Kitaev Unitary Decomposer
Quantum A clean, high-performance implementation of the Solovay–Kitaev algorithm: recursive decomposition of SU(2) unitaries into a discrete gate set at O(log^2.71(1/ε)) complexity, with a precomputed base-case table and vectorized nearest-neighbor search.
Independent · 2026
QicQacQoe — Quantum Tic-Tac-Toe
Quantum A 13-qubit quantum game simulator supporting configurable states and concurrent gates (Hadamard, CNOT, measurement), with continuous quantum-state analysis to evaluate win conditions across superposition and entanglement.
Course · Prof. Rajendra Kumar · 2026
Time-Travelling File System
Systems & Performance A Git-inspired version control system in C++ built on custom Heap and HashMap structures, with pointer-based memory management for snapshotting and full history tracking, achieving O(log n) state rollbacks and revision traversals.
Course · Prof. Rohit Vaish · 2025
SocialNet — Network Backend
Systems & Performance A C++ social-network backend built on custom AVL trees and graph structures, with pointer-based node management handling user interactions, post mapping, and network traversal.
Course · Prof. Rajendra Kumar · 2025
Automated Retinal Segmentation
ML & Research A U-Net pipeline for SD-OCT retinal layer segmentation with GPU acceleration and sub-pixel accuracy, improved through data augmentation and post-processing.
Research · 2025
UserRating — NLP Sentiment
ML & Research An NLP system that predicts user ratings from free-text feedback: tokenization, feature extraction, and sentiment analysis, tuned with hyperparameter search and cross-validation.
Independent · 2025
4-bit Gray Code Counter (FPGA)
Hardware A 4-bit Gray-code counter on a Nexys Artix-7 FPGA in Verilog, designed for minimal bit transitions across all states, with SR flip-flop input logic optimized via Karnaugh maps for efficient resource usage.
Course · Prof. Manan Suri · 2025