Selected Projects

A collection of AI, data engineering, and full-stack projects built in production and academic environments.

⭐ Featured AI / LLM

DocuMate: AI-Powered PDF Assistant

Conversational AI assistant using LLMs and Retrieval-Augmented Generation (RAG) to answer contextual questions from uploaded PDF files. Built with vector-similarity retrieval to reduce hallucination.

Python LangChain FAISS RAG Streamlit
⭐ Featured Data Engineering

Real-Time Website Traffic Analytics Pipeline

Cloud-native real-time data engineering pipeline to ingest, process, and analyze simulated web traffic logs using AWS-native services. Demonstrates end-to-end operational intelligence for SDLC support.

AWS Kinesis S3 Glue Athena Lambda
🌐 Live Web / Geospatial

Bridge Project Visualizer — MLRBP Nepal

End-to-end interactive geospatial web app visualizing 1,000+ bridge infrastructure projects across Nepal. Built for the Motorable Local Roads Bridge Program with dynamic map filtering and real-time data updates.

ReactJS NextJS React-Leaflet GeoJSON MariaDB Docker
Machine Learning

Alzheimer's Disease BRFSS Data Analysis

Trend analysis, confidence interval computation, and K-Means clustering on CDC BRFSS Alzheimer's survey data to surface demographic risk patterns and health outcome correlations.

Python Pandas K-Means Matplotlib Scikit-Learn
Machine Learning

N-Queens ML Challenge

AI-powered interactive N-Queens puzzle game with reinforcement learning-based gameplay and dynamic difficulty scaling. Experiments with policy optimization to improve solution convergence speed.

Python Reinforcement Learning Scikit-Learn
AI / ML

E-Health Care Chatbot

Symptom-based disease prediction chatbot with mental health consultation flow using a Decision Tree classifier. Recommends possible treatments through structured yes/no diagnostic interactions.

Python Decision Tree Flask