My Projects

A collection of my work in AI model development, web applications, and more.

Urdu Poetry Generator

LSTM-based poetry generator with a Streamlit UI. Generates poetry on different topics

AILSTMStreamlitNLP

AI Summarizer

Uses Whisper AI & Sumy for summarization of text, speech, and documents.

Whisper AISumyNLPPython

Pseudocode to Code Generator

AI model fine tuned to generate C++ code from pseudocode. Used Llama for this purpose

AINLPC++Code Generation

Riddle Generator

Math riddle generator trained on problem-solving datasets.

AIMathNLPPython

Math Meme Correction

Llama model fine tuned on riddles dataset to solve math riddles

AIMathGenerative AIPython

AutoPartBazaar

A 3D car spare parts visualization using Next.js & Three.js.

Next.jsThree.js3DWebGL

Paqzy

A static e-commerce site using HTML, CSS, and JavaScript.

HTMLCSSJavaScriptE-commerce

Portfolio Website

Personal portfolio website showcasing skills and projects in AI and Web Development.

Next.jsTailwindReactResponsive Design

Old Portfolio Website

Personal portfolio website showcasing skills, made as a project for Web Development Course.

HTMLCSSJavaScriptResponsive Design

Notepad with Huffman Encoding

A text compression tool. Made for Data Structures project

C++Huffman EncodingData CompressionAlgorithms

Covid Vaccine Management System

OOP-based vaccine scheduling system.

OOPC++Data StructuresAlgorithms

Python Chatbot

An NLP-based chatbot using NLTK and spaCy for intent recognition.

PythonNLPChatbotNLTK

Stock Portfolio Tracker

A Tkinter-based GUI to manage and track stock investments with real-time price updates.

PythonTkinterFinanceAPI

Hangman Game

A classic Hangman game with a Tkinter-based GUI and interactive hints.

PythonTkinterGame Development

Ticon Management System

A Windows Forms application integrated with an Oracle backend for data management.

C#Windows FormsOracleDatabase

Potion Explosion Game

A digital adaptation of the Potion Explosion board game for Ubuntu with system-level programming.

CGame DevelopmentUbuntu

SynChat Web App

Real-time chat application. Made for Computer Network project

ReactFirebaseWebSocketsReal-time

Snake Game in Assembly

A classic Snake game built in Assembly language.

AssemblyGame Development