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
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
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
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.
FGPA based real-time object speed detection
FGPA based real-time object speed detection on Nexys A7 using Verilog RTL.
Neural Network models trained on MNIST dataset
Neural Network trained on MNIST dataset from scratch.
Command Line Chess Game
A Command Line, console based Chess game completely build in C Language.
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.