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.
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.
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.
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.