Back to Home

Projects

Hardware design, AI research, wireless systems — end-to-end.

📡

LLM-Driven Network Slicing via RIC

M.Tech Thesis · IIT Indore · Ongoing

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.

O-RAN RIC xApp / rApp 5G NR LLM Python Network Slicing
🔐

Zero-Day Attack Detection

IEEE Publication · Security ML

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.

IEEE Published Ensemble ML Anomaly Detection Python Network Security
🎙️

Automatic Speech Recognition (ASR)

Deep Learning · RNN / LSTM

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.

Bi-LSTM CTC Loss PyTorch MFCC Beam Search
🧬

Neural Modeling of Genetic Circuits

IIT Kanpur Research Internship

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.

Neural ODEs RL Control Synthetic Biology Python
👁️

ODIR-5K Eye Disease Classifier

Medical Imaging · Self-Supervised Learning

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.

Self-Supervised ResNet Contrastive Loss Medical Imaging PyTorch
📊

SHL Assessment Recommender

LLM + Vector Retrieval · Production

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.

Gemini LLM Vector DB FastAPI Vercel RAG
🔧

Car Repair Shop Management System

Full-Stack · Node.js + MongoDB

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.

Node.js Express MongoDB REST API JWT Auth