Projects

Here are some of the projects I’ve worked on.

Voxel-Forge

Development 2025

An Image to 3D Model Reconstruction Software with GUI

Developed a cross-platform desktop application for 3D photogrammetry, engineered library-level integration of OpenMVG (SfM) and OpenMVS (Dense Reconstruction).

Role
C++ Developer (Student)
Team
Solo

Tech

  • C++
  • Qt5
  • CMake

Tools

  • vcpkg
  • OpenMVG
  • OpenMVS
  • OpenCV

Highlights

  • Eliminated sub-process I/O overhead by library-level integration.
  • Offloaded compute-heavy tasks to a dedicated worker thread.
  • Enabled pipeline interruption using std::atomic flags.

Neura Verse

Production 2025

Extensible platform for AI applications

Built Neura Verse a website hosting several AI/ML Modules. One of them is Lumina, a multimodal LLM chat app with persistent threads and workspace file storage. Designed NeuraFlow, a version-controlled engine refactoring linear chat into a DAG (Directed Acyclic Graph) for Git-like branching. Perfectly isolate context for non-linear reasoning and 'deep-think' research tasks using intuitive canvas flow management.

Role
Full-Stack Developer (Student)
Team
Solo

Tech

  • Next.js
  • React.js
  • JavaScript

Tools

  • Supabase
  • PostgreSQL

Highlights

  • Implemented DAG with Git-like branching for non-linear reasoning.
  • Used PostgreSQL Recursive CTEs reducing lookup to O(log n).
  • Refactored database schema eliminating 2NF violations.

Reverse Coding Platform (Tesseract'26)

Production 2026

CCxEnigma Tesseract - A Reverse Coding Challenge Hosting Platform

Built and deployed a reverse coding contest platform for Tesseract’26 National scale contest, handling 600+ live concurrent users.

Role
Full-Stack Developer
Team
Solo

Tech

  • Next.js
  • React.js
  • Node.js VM

Tools

  • Upstash Redis
  • Supabase

Highlights

  • Handled 600+ live concurrent users for Tesseract'26.
  • Developed a sandboxed Black Box execution engine via Node.js vm.
  • Enforced sliding-window rate limiting to block brute-force attacks.

velox-rtl

2026

FGPA based real-time object speed detection

FGPA based real-time object speed detection on Nexys A7 using Verilog RTL.

Tech

  • Verilog

Tools

  • Nexys A7
  • FPGA

Digit-Recognition-NN

2026

Neural Network models trained on MNIST dataset

Neural Network trained on MNIST dataset from scratch.

Tech

  • Python
  • Jupyter Notebook

Chess

2024

Command Line Chess Game

A Command Line, console based Chess game completely build in C Language.

Tech

  • C

FileSplitterX

2025

Lightweight tool to split files into chunks

FileSplitterX is a lightweight tool to split files into custom-sized chunks with personalized extensions and merge them back to generate the original file.

Tech

  • C