// 02 โ projects
Selected work from university courses, internships, and personal experiments.
๐งพ Split Shared Receipts, Down to the Cent
Mobile-first PWA for splitting a shared receipt (photo, PDF, or manual entry) among multiple people, item by item. Fully static and offline-capable: OCR and parsing run client-side, no backend, no accounts.
๐ A Modern Typst Template for University Notes
Typst template for clean lecture notes: styled cover page, automatic table of contents, callouts and inline annotations. Published on Typst Universe, used in several course-note repos including ICCBD-notes.
๐ Multi-Platform SHA-256 Parallel Cracking Suite
High-performance SHA-256 cracker comparing NVIDIA CUDA, AMD ROCm/HIP, and multi-core CPU via OpenMP. Kernel optimizations include constant memory, loop unrolling, and dynamic work scheduling.
โ๏ธ Smart Cooling & IoT Ecosystem
Custom cooling system for a DIY network rack on ESP32-S3. Decoupled: C++ REST firmware + Nginx/Docker frontend. Dynamic PWM fan control, OLED night-mode display, real-time web dashboard.
๐ก๏ธ AI-Driven Contextual Safety System for Industry 5.0
Modular Computer Vision system replacing physical safety barriers. Deployed on NVIDIA Jetson AGX Orin: YOLO + UniDepth/DepthAnything over ONNX Runtime, robot control via RTDE, real-time proximity awareness for Universal Robots.
Inference
~5 FPS
on Jetson AGX Orin via TensorRT
Architecture
Super-repo with Git Submodules โ strict decoupling of Vision and Robot Control components.