Projects
Implementation of Gatys et al.'s 'A Neural Algorithm of Artistic Style'. Transfers the artistic style of one image onto another using CNNs.
Implementation of the original NeRF paper for novel view synthesis. Reconstructs 3D scenes from 2D images using volumetric rendering and MLPs.
LLM-powered interface for IoT device control via natural language. Built on the digiSpace framework, enabling no-code device programming.
C++ application that uses computer vision to detect and solve any Sudoku board from a camera feed in real time.
Financial education mobile app providing real-time market insights, personalized investment breakdowns, and interactive learning modules.
Full operating system implementation with file systems, multi-threading, dynamic memory allocation, virtual memory, and system calls.
Java-based DBMS with multi-granularity locking, concurrency control, B+ tree indexes, and cost-based query optimization.
Full RISC-V CPU implementation with ALU, DRAM, L1/L2 cache, TLB, and pipelining. Built from scratch in Logisim.