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
PythonBuilt 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.
Telco Customer Churn Prediction
PythonDeveloped 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.
Stock Price Prediction
PythonAn end-to-end machine learning and deep learning project that predicts stock market trends using historical data and technical indicators.
AI Pathfinder Visualizer
PythonBuilt a Python-based visualization tool for six uninformed search algorithms, enabling real-time exploration of pathfinding in a grid environment.
Adult Income Classification
PythonBuilt a machine learning model for income classification using the Adult Census dataset, achieving 91.39% accuracy with Gradient Boosting and optimized using Optuna.
Hybrid AI Movie Recommendation System
PythonAn 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.
SecureCrypt
PythonAES-256 file encryption/decryption tool with a tkinter GUI. Features password-based key derivation (PBKDF2), salt generation, and drag-and-drop file support.
Secure File Management System
PythonA 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).
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.
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.
Mini Instagram
C++A command-line social media simulator supporting user accounts, post creation, follow/unfollow, news feed algorithm, and file-based persistent storage.
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.
.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.
.NET Attendance System
C#Windows Forms attendance management system for educational institutes. Tracks student/teacher records, generates reports, and integrates with local database.
ApplyForge
DjangoJob application tracking web app built with Django. Features user authentication, job board, application pipeline management, and email notification system.
HR Connect
MERNHRConnect 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.
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