My Projects

A curated selection of projects where innovation meets execution — from intelligent AI systems to full-stack applications, all built to deliver real-world impact.

X-Ray Chest Classification using CNN

Python

Built a CNN-based model to classify chest X-ray images into Normal, Viral Pneumonia, and Bacterial Pneumonia, using data augmentation and Keras to improve accuracy and generalization.

CNN TensorFlow Keras
View on GitHub

Telco Customer Churn Prediction

Python

Developed a machine learning model to predict telecom customer churn using a dataset of 7,043 customers and 19 features, helping identify users likely to leave.

Machine Learning Data Analysis Prediction
View on GitHub

Stock Price Prediction

Python

An end-to-end machine learning and deep learning project that predicts stock market trends using historical data and technical indicators.

Machine Learning Deep Learning Time Series
View on GitHub

AI Pathfinder Visualizer

Python

Built a Python-based visualization tool for six uninformed search algorithms, enabling real-time exploration of pathfinding in a grid environment.

AI Visualization Search Algorithms
View on GitHub

Adult Income Classification

Python

Built a machine learning model for income classification using the Adult Census dataset, achieving 91.39% accuracy with Gradient Boosting and optimized using Optuna.

Machine Learning Gradient Boosting Optuna
View on GitHub

Hybrid AI Movie Recommendation System

Python

An intelligent AI-based Movie Recommendation System that combines classical AI techniques (search algorithms, CSP, heuristics) with Machine Learning (K-Means + Neural Networks) and provides results through an interactive Streamlit dashboard.

Machine Learning K-Means Neural Networks Streamlit CSP
View on GitHub

SecureCrypt

Python

AES-256 file encryption/decryption tool with a tkinter GUI. Features password-based key derivation (PBKDF2), salt generation, and drag-and-drop file support.

AES-256 Tkinter GUI Cryptography
View on GitHub

Secure File Management System

Python

A Flask-based secure file management system that provides strong file confidentiality, integrity, and non-repudiation. The project uses AES-256 for file encryption, RSA for key wrapping and signatures, SHA-256 for hashing, and a simple JSON-backed local datastore for metadata (no external RDBMS required).

Flask AES-256 Cryptography RSA SHA-256 Non-Repudiation
View on GitHub

John Rambo Game

C++

A console action game built in C++ with custom game engine logic, enemy AI, health system, map traversal, and real-time collision detection using OOP principles.

OOP Game Logic Collision
View on GitHub

Word Guessing Game

C++

Interactive word guessing game with difficulty levels, hint system, score tracking, and a rich terminal UI. Implements string manipulation and random word selection.

Strings Randomization Score System
View on GitHub

Mini Instagram

C++

A command-line social media simulator supporting user accounts, post creation, follow/unfollow, news feed algorithm, and file-based persistent storage.

Data Structures File I/O Feed Algorithm
View on GitHub

Mini Operating System

C++

Simulates core OS concepts: process scheduling (FCFS, Round Robin), memory management, deadlock detection, and a custom shell with built-in commands.

Scheduling Memory Mgmt Shell
View on GitHub

.NET Game Store

C#

Full-featured ASP.NET MVC e-commerce platform for game sales. Includes product catalog, cart, checkout, admin dashboard, and SQL Server database integration.

ASP.NET MVC Entity Framework SQL Server
View on GitHub

.NET Attendance System

C#

Windows Forms attendance management system for educational institutes. Tracks student/teacher records, generates reports, and integrates with local database.

Windows Forms SQL Reports
View on GitHub

ApplyForge

Django

Job application tracking web app built with Django. Features user authentication, job board, application pipeline management, and email notification system.

Django Auth PostgreSQL
View on GitHub

HR Connect

MERN

HRConnect is a premium, full-stack Applicant Tracking System (ATS) designed to streamline recruitment across multiple branches. It provides a seamless experience for both recruiters (HR) and candidates, featuring real-time notifications, automated status updates, and a responsive modern UI.

MongoDB Express React Node

See All My Code

Explore my GitHub for complete source code, detailed documentation, and a deeper look into how each project is built and structured.

Visit GitHub Profile