Projects

11 projects across AI, data science, and software engineering.

★ Featured
Featured

My Portfolio

My personal portfolio website built to showcase my AI, Data Science, and development journey through projects, achievements, experience, and experimental builds using a modern neo-brutalist design.

Next.jsReactTailwind CSSFramer Motion+5 more
Featured

Sales Performance Dashboard

An end-to-end data analytics project built on the Sample Superstore dataset. Covers data cleaning in Python, SQL-based KPI queries (MoM growth, regional performance, loss analysis, discount impact), and an interactive Power BI dashboard with 3 report pages.

PythonpandasSQLMySQL+2 more
Featured

EduHats-Streamlit

AI-powered tool that bridges academia and industry by scraping job postings, extracting skills, and aligning educational curricula with real-world market demands.

PythonStreamlitGroq (Llama 3.1 70B)JobSpy+3 more
Featured

KJU-Bot

AI buddy for Kristu Jayanti University — answers student queries about the CS UG department using a RAG pipeline over university documents, powered by Groq Llama-3.3-70B.

PythonFAISSSentence TransformersGroq (Llama-3.3-70B)+2 more
All Projects

Annam AI

An AI-powered nutritional decision engine built for the AMD Prompt-A-Thon that provides personalized food recommendations, smart swaps, behavioral insights, and daily meal planning tailored for modern Indian lifestyles.

React 19ViteTailwind CSSFramer Motion+5 more

Offline Bot

Privacy-focused offline RAG chatbot using FAISS and Mistral-7B. All inference runs locally — no data leaves your machine.

PythonFAISSSentence TransformersMistral-7B-Instruct+3 more

Python Casino Game

A production-ready web Casino Game built with Python and Streamlit. Features slot machine, roulette, and number guessing with a shared player balance and clean UI.

PythonStreamlitSession State Management

YOLO Posture Detector

A computer vision project using YOLOv8 and OpenCV for real-time object detection and human posture classification from webcam or video input.

PythonYOLOv8OpenCVNumPy+1 more

IntelliMap

Transform messy, inconsistent data into perfect templates — automatically. Uses the Hungarian Algorithm to intelligently map source columns to target schema with minimal user input.

PythonStreamlitSciPyPandas+3 more

Streamlit Expense Tracker

A web-based expense tracker built with Streamlit. Add expenses by category, view spending summaries, and explore interactive Matplotlib charts — all in the browser.

PythonStreamlitPandasMatplotlib

Expense-Tracker

A command-line expense tracker built with Python and Pandas. Record, categorise, and visualise spending via CSV storage and Matplotlib charts.

PythonPandasMatplotlibCSV File Handling