Prime Video Dashboard
Dashboard Power BI

Prime Video Dashboard

Interactive analytics dashboard exploring Prime Video catalog patterns and viewer trends.

View on GitHub
Customer Management System
Full-Stack CRUD

Customer Management System

End-to-end CRM with customer records, search, and reporting features.

View on GitHub
Employee Churn Prediction
ML Classification

Employee Churn Prediction

Predictive model identifying employees at risk of leaving, using HR features and ensemble methods.

View on GitHub
OCD Patient Insights
SQL Power BI Healthcare

OCD Patient Insights

SQL analysis & Power BI dashboard surfacing demographic and clinical patterns in OCD patient data.

View on GitHub
Netflix Data Analysis
EDA Python

Netflix Data Analysis

Exploratory analysis of Netflix's catalog: genre distribution, content trends over time, and ratings.

View on GitHub
Titanic Analysis
ML EDA

Titanic — Analysis & Prediction

Classic survival prediction with thorough EDA, feature engineering, and model comparison.

View on GitHub
Dynamic Sales Analysis
Sales Dashboard

Dynamic Sales Analysis

Interactive sales dashboard tracking KPIs, regional performance, and product trends in real time.

View on GitHub
Online Retail Store
E-commerce Trends

Online Retail Store — Trends

Customer-behaviour and product-trend analysis on a real e-commerce transaction dataset.

View on GitHub
Text Preprocessing KNN
NLP KNN

Text Preprocessing & KNN

Case study measuring how text-preprocessing choices change KNN classifier accuracy on e-commerce data.

View on GitHub
IPL 2022 Auction Analytics
Sports Analytics

IPL 2022 — Auction Analytics

Deep dive into IPL 2022 auction dynamics, team-level spending and player-value patterns.

View on GitHub
Mail Spam Detection
NLP Naive Bayes

Mail Spam Detection

Classifier separating spam from ham using Naive Bayes and a clean text-cleaning pipeline.

View on GitHub
// industry

Work @ AssetPlus.

Codebase Chat architecture
Internal Tool · Data & AI Analyst, AssetPlus

Codebase Chat — Notebook-Grounded SQL/Query Generator

A fully offline RAG system that turns plain-English data questions into schema-aware, safe-by-construction PostgreSQL/MongoDB code — grounded in 500+ real internal notebooks instead of generic examples. Every result is retrieved via hybrid semantic + BM25 search, fused with Reciprocal Rank Fusion, grounded against the actual database schema, and scanned by a guardrail layer that blocks destructive operations before it ever reaches the analyst. Verified patterns feed back into a persistent approved-pattern memory, so the tool keeps improving on the team's own conventions.

  • Indexed 500+ Jupyter notebooks into a local ChromaDB vector store
  • Hybrid retrieval — vector search + BM25, merged via RRF
  • Schema-grounded generation with mandatory join/filter hints
  • Guardrails against destructive ops + read-only DB enforcement + audit log
  • Self-improving approved-pattern memory store
  • Actively used in production for partner segmentation & growth-metric reporting
Python RAG ChromaDB BM25 PostgreSQL MongoDB
// research

College & research work.

Gait analysis research
Research · M.Tech, VIT

Robustness of Gait Cycle & Phase Recognition with IMU Sensors

A semi-supervised pipeline for human-gait analysis. Identified gait cycles via the slope formula, segmented each cycle into seven phases using a percentage-based method, clustered them with K-means, and trained an RNN that achieved 98% accuracy on the labeled phases.

  • Slope-based gait cycle detection
  • Percentage segmentation into 7 phases
  • K-means clustering & labeling
  • RNN training — 98% accuracy
Tamil text summarization
Research · NLP

Tamil Text Summarization from YouTube Videos

An automated insight-generation pipeline for Tamil content. Pulled transcripts via the YouTube API across instructional, news, and entertainment categories, translated to Tamil, and built a ~1,500-row dataset. Cleaned with stop-word removal, regex, vectorization, stemming and lemmatization, then summarized with sentence-transformers (X-BERT). Cosine-similarity evaluation hit ≥ 80% accuracy on 75% of the dataset.

  • YouTube API · transcript collection
  • Translation to Tamil · 1,500-row corpus
  • NLP cleaning + embeddings
  • X-BERT summarization · cosine eval
// collaborate

Want something built?

I'm always up for a new dashboard, ML experiment, or automation challenge.