My Projects

A collection of my technical endeavors, ranging from full-stack web applications to AI-driven tools.

Final Year Project • Mobile AI

SafeDrive

My flagship Final Year Project. A real-time driver drowsiness detection app using ML Kit, eye/mouth analysis, and voice alerts. Currently in active development - More features coming soon.

React Native ML Kit Firebase Voice API
View Code

Real-Time Chat App

RealTalk

Secure, real-time chat application with file sharing, typing indicators, and friend management.

React Node.js WebSocket MySQL
View Code
Estate-Sphere Property Management System

Full Stack App

Estate-Sphere

A comprehensive Property Management System designed to facilitate property bookings, reviews, and maintenance. Built with the MERN stack for seamless interaction.

MongoDB Express React Node.js

Generative AI

True PixelRNN

Implements "True PixelRNN" architectures (Row LSTM, Diagonal BiLSTM, Hybrid) for image completion. Features custom MaskedConv2D layers and Streamlit UI.

Python PyTorch LSTM Streamlit
Shakespeare LSTM Predictor

NLP / Deep Learning

Shakespeare Predictor

Next-word prediction using LSTM trained on Shakespeare. Features configurable temperature/top-k and real-time visualizations.

Python TensorFlow LSTM Streamlit
FYP Handbook Assistant

RAG / GenAI

FYP Handbook Assistant

RAG app for FAST-NUCES FYP Handbook. Features FAISS semantic search, MMR reranking, and Gemini-powered answers with citations.

Streamlit Gemini FAISS RAG

Full Stack Solution

POS System

Comprehensive Point-of-Sale system with transaction management, inventory control, and analytics.

React Spring Boot MySQL REST API

AI Health Analytics

Stress Warning Agent

Multi-agent stress monitoring system powered by LangGraph reasoning and temporal trend analysis.

Python LangGraph ChromaDB AI Agent
Formal Program Analyzer

Formal Methods Tool

Program Analyzer

A tool for program analysis featuring verification, equivalence checking, and control flow visualization using Z3 SMT solver.

Python Z3 SMT Graphviz
AutoHub

E-commerce Platform

AutoHub

An automotive parts e-commerce platform with product browsing, reviews, and a seller dashboard for inventory management.

Java Spring Boot MySQL
Movie Recommendation System

Backend System

Movie Rec System

A robust backend for movie recommendations featuring user management, discussion forums, and admin controls.

Node.js Express MongoDB

AI Puzzle Game

Word Ladder Adventure

Interactive game transforming words one letter at a time. Features AI modes and graph visualization using NetworkX.

Python Tkinter NetworkX

AI Implementation

Chess with AI

Classic chess game featuring an AI opponent powered by Minimax algorithm with alpha-beta pruning.

Python Minimax Tkinter

AI-Powered App

Smart Weather App

Dynamic weather app with real-time updates and an integrated Gemini-powered chatbot assistant.

JS OpenWeather Gemini AI
EventPak

Event Discovery

EventPak

Responsive single-page website for local event discovery featuring dynamic loading and search filters.

JS Bootstrap CSS3
Genetic Algorithm

Algorithm Design

Genetic Test Gen

Automated test case generation using Genetic Algorithm and Local Beam Search with visualization.

Python Genetic Alg Matplotlib