My Projects

A collection of data science projects showcasing machine learning, analytics, and visualization skills

Credit Card Fraud Detection
Machine Learning
May 2025

Credit Card Fraud Detection

A machine learning project to detect fraudulent credit card transactions using real-world data. Preprocessed 100K+ records, addressed class imbalance with SMOTE, reduced dimensions using PCA, and trained XGBoost and Random Forest models for high precision and recall.

PythonXGBoostRandom ForestSMOTEPCAscikit-learnPandas
Role Radar: Find Domain Experts
AI/NLP
May 2025

Role Radar: Find Domain Experts

A Flask-based web tool that identifies professionals with 10+ years of experience in a specific domain using GitHub and web search data. Combines Serper API, GitHub API, and Gemini API to extract, analyze, and rank profiles using a custom NLP-based confidence scoring algorithm. Delivers accurate results in under 20 seconds — no dummy profiles, only real experts.

FlaskGitHub APISerper APIGemini APIPythonNLP
UrbanFlow: AI Traffic Management
Machine Learning
Mar 2025

UrbanFlow: AI Traffic Management

A real-time intelligent traffic control system using YOLOv11 for multi-class vehicle detection and AWS for scalable deployment. Trained with a Kaggle dataset (mAP@50 = 94.6%) to detect vehicles and pedestrians under varying conditions. The system uses AWS Lambda, DynamoDB, and S3 to dynamically manage signal control based on live road usage.

YOLOv11AWS LambdaDynamoDBOpenCV
Smart Todo Application
Web Development
Apr 2025

Smart Todo Application

A secure and efficient todo application built with Next.js, MongoDB, and JWT. Supports task creation, updating, deletion, and completion toggling, with real-time UI updates and user-specific data handling.

Next.jsMongoDBJWTReactFetch API
GenAI Learning Hub
Web Development
May 2025

GenAI Learning Hub

An AI-powered, inclusive, and immersive educational platform aligned with UN SDG 4. Features AI-generated video lessons, Gemini-powered chatbot support, secure Firebase authentication, and a responsive, intuitive UI for underserved learners.

Next.jsFirebase AuthTailwindCSSGemini API
Online Cab Reservation System - Star Schema
Data Warehousing
Sep 2024

Online Cab Reservation System - Star Schema

A dimensional modeling project for an Online Cab Reservation System using MySQL and a Star Schema. Includes fact and dimension tables for analyzing reservations, revenue, driver performance, and customer behavior.

MySQLDimensional ModelingStar SchemaSQL
Inventory Monitor
Web Development
Jan 2024

Inventory Monitor

A streamlined web application for inventory management, built with Next.js and hosted on Vercel. It offers a clean interface to track stock levels, manage product details, and monitor inventory changes efficiently. Designed for simplicity and usability, making it ideal for small businesses or personal use.

Next.jsReactFirebase AuthVercel
Zomato Clone with Python Tkinter and MySQL
App Development
Aug 2024

Zomato Clone with Python Tkinter and MySQL

A desktop-based Zomato clone built using Python Tkinter and MySQL, supporting user authentication, restaurant browsing, menu viewing, order placement, and order history.

PythonTkinterMySQLPillow
Customer Churn Analysis
Data Analysis
Jul 2024

Customer Churn Analysis

Exploratory data analysis of telecom customer churn to uncover key factors influencing churn, with violin plots comparing payment methods, contract types, and tenure.

PythonPandasSeabornMatplotlib