Projects

GitHub

A showcase of my personal and technical projects.

Project Gallery

Self-Driving Car: Behavioral Cloning in the Udacity Simulator
Self-Driving Car: Behavioral Cloning in the Udacity Simulator
End-to-end CNN (NVIDIA architecture) that predicts steering from front-camera images to autonomously drive the Udacity simulator. Includes balanced/augmented data pipeline, real-time inference via Flask + Socket.IO, and reproducible training.
ClearBill.AI: Explaining Medical Bills with AI and RAG
ClearBill.AI: Explaining Medical Bills with AI and RAG
An AI-powered chatbot that uses Retrieval-Augmented Generation (RAG) with Astra DB, LangChain, and Hugging Face’s Llama-3.1-8B-Instruct to help users understand medical bills with clear, context-aware responses.
SentiSync: Real-Time YouTube Sentiment Analysis with MLOps
SentiSync: Real-Time YouTube Sentiment Analysis with MLOps
A full MLOps pipeline and Chrome extension for real-time sentiment analysis on YouTube comments, using Flask, MLflow, Docker, and AWS.
IntelliCrawl: Autonomous AI Research Agent for Developer Tools
IntelliCrawl: Autonomous AI Research Agent for Developer Tools
An advanced autonomous research agent that uses LLMs and web crawling to analyze and compare developer tools. Built with LangGraph, LangChain, and Firecrawl for scalable, multi-step analysis workflows.
LaTeX Resume Template
LaTeX Resume Template
A clean, ATS-friendly, and modern LaTeX resume template built for students and developers applying to technical roles. Features minimalist design, modular macros, and PDF outputs optimized for readability and machine parsing.
FaceTrack: Smart Face Recognition Attendance System
FaceTrack: Smart Face Recognition Attendance System
A full-stack web application that automates attendance tracking using facial recognition. Built with FastAPI, React, and SQLite, it supports real-time webcam input and batch image uploads for seamless attendance logging.
CodePrep.AI: AI-Powered Coding Interview Prep with LLMs
CodePrep.AI: AI-Powered Coding Interview Prep with LLMs
An interactive full-stack web application that generates multiple-choice coding challenges using Meta-Llama-3-8B-Instruct. Designed for interview practice, daily challenge tracking, and progress feedback with real-time explanations.
DDPG: Deep Deterministic Policy Gradient Reimplementation in TensorFlow 2.x
DDPG: Deep Deterministic Policy Gradient Reimplementation in TensorFlow 2.x
A robust, modular, and extensible reimplementation of the DDPG reinforcement learning algorithm (Lillicrap et al., 2015) using TensorFlow 2.x. Built for reproducibility, research comparison, and interactive experimentation with Gym environments.
ACME10-HE-RAGApp: RAG with Vector Search, Knowledge Graphs, and LLMs
ACME10-HE-RAGApp: RAG with Vector Search, Knowledge Graphs, and LLMs
A full-stack Retrieval-Augmented Generation (RAG) application developed for HackerEarth that integrates vector search (FAISS), knowledge graphs (DBpedia), and OpenAI’s LLM to generate traceable, context-rich answers from a Wikipedia-based knowledge base.