Projects

A collection of my software engineering, AI, systems, and full-stack development projects.

NeuroFusion (Final Year Project)

AI-powered Alzheimer’s detection system using MRI scans and Vision Transformers. Includes explainability heatmaps and full-stack web integration for real-time inference.

Next.jsPythonVision TransformersAI/ML
View Full Details →

Cloud-Based Torrenting System

A secure cloud seedbox system that executes torrents on Oracle VPS, routes traffic through VPN for anonymity, and automatically uploads completed files to Google Drive.

DjangoPythonParamikoOracle VPSOpenVPNGoogle Drive API
View Full Details →

File Compressor System

A high-performance file compression system combining C++ backend with a JavaScript frontend. Implements Huffman Coding and Run-Length Encoding for efficient lossless compression.

C++JavaScriptAlgorithmsHuffman CodingRLE
View Full Details →

Snake Game (x86 Assembly - Irvine32)

A classic Snake game built using x86 Assembly language with the Irvine32 library. The snake grows as it eats randomly spawning food on the screen.

x86 AssemblyIrvine32Low-Level ProgrammingGame Dev
View Full Details →