RISC-V Pipelined Processor Implementation
A complete 5-stage pipelined processor implementing the RV32I ISA in Verilog. Features full hazard detection (data and control hazards), a forwarding/bypassing unit for performance, branch prediction, and complete testbench verification. The design follows classical pipeline architecture: Instruction Fetch → Decode → Execute → Memory → Write-back.
Designing an intelligent network slicing framework using Large Language Models (LLMs) on the O-RAN RAN Intelligent Controller (RIC). The system deploys xApps and rApps to autonomously manage radio resource allocation, QoS enforcement, and slice lifecycle in 5G NR networks. Integrates real-time telemetry with LLM inference for adaptive decision-making.
ML-based network intrusion detection system for identifying zero-day cyberattacks in real-time network traffic. Uses ensemble classifiers and unsupervised anomaly detection to flag novel attack patterns without prior signatures. Published in IEEE proceedings.
End-to-end ASR pipeline using deep Bidirectional LSTM networks with CTC loss. Integrated beam search decoding, temporal smoothing, and MFCC feature extraction achieving state-of-the-art Word Error Rate on benchmark corpora.
Collaborated with Prof. Abhilash Patel at IIT Kanpur to model synthetic genetic circuits using first and second-order system approximations. Employed neural ODEs and RL-based control to simulate biological switches and logic gates, accelerating biological circuit design.
Tackled long-tail multilabel retinal disease classification using self-supervised ResNet variants with contrastive pretraining. Incorporated focal loss and class-balanced sampling to achieve significant macro F1-score improvements over supervised baselines.
Semantic retrieval system using Gemini LLM embeddings and a vector database to recommend SHL psychometric assessment modules based on job descriptions. Optimized for sub-100ms inference latency and deployed on Vercel with modular FastAPI backend.
Full-stack web application for managing automotive repair shop operations including employee records, service tickets, appointment scheduling, and role-based authentication. Built with Node.js, Express, MongoDB and real-time analytics dashboard.