-
Restaurant Wayfinder GIS (C++)
GUI-based map & delivery route planner with Dijkstra/A* algorithms.
[GitHub] -
Optimized Game of Life Simulator (C)
High-performance implementation of Conway’s Game of Life in C, focused on parallelism, SIMD vectorization, and cache-aware optimization.
[Github] -
Library Management System (Java)
OOP-based system with search, borrow, return, and admin functionality.
[GitHub] -
Circuit Network Simulator (C++)
Simulates voltage, resistance, and node-based circuit behavior.
[GitHub]
-
MedLLaMA: Medical Assistant LLM
- Fine-tuned LLaMA 2 with QLoRA on 25k medical Q&A pairs (92% accuracy).
- Integrated LangChain + ChromaDB + DuckDuckGo to enable real-time RAG.
- [GitHub]
-
Super-Resolution for Medical Imaging
- Latent diffusion model with VAE + U-Net Lite (PyTorch) for 4× upscaling of chest X-rays.
- Deployed with TensorRT + PyCUDA for 3.8× faster inference on edge GPUs.
- [GitHub]
-
Pneumonia Detection CNN + Web App
- Custom PyTorch CNN for binary chest X-ray classification (92% accuracy).
- Deployed using Streamlit, OpenCV, and Pillow.
- [Web App] | [CNN Code]
-
Air Hockey Game for RISC-V
Built in C for a custom RISC-V architecture with graphics and input.
[GitHub] -
Autonomous Soccer Robots (UTRA)
Built real-time control systems in Python & ROS2. Integrated YOLOv8 for visual strategy with PyTorch.
- 2-Diophantine Approximation of Exp(x)
Python tool with 15-digit precision for hardware-oriented optimization research.
[GitHub]