- DocQuery — document to structured JSON extraction, fine-tuning Qwen2-VL-7B + LayoutLMv3 (LoRA/QLoRA)
- picrawler-rs — Rust rewrite of SunFounder's
robot_hatfor a PiCrawler quadruped, reverse-engineered HAT register maps - Photorealistic Street Maps — open-source 3D cityscape reconstruction from Mapillary/OSM/Overture using COLMAP SfM
| Project | Description | Stack |
|---|---|---|
| ManoVision | Webcam-based hand tracking that maps real-time gestures into an interactive 3D scene | Python MediaPipe PyOpenGL OpenCV |
| ChatDB | Natural-language-to-SQL chatbot for MySQL — plain English in, optimized queries out, via a fine-tuned T5 text-to-SQL model | Python MySQL T5 |
| GPadView | Fast, self-contained Windows utility for real-time game controller diagnostics — live axis, button, and D-Pad state | Rust egui |
| picrawler-rs | Rust rewrite of a robotics HAT driver library | Rust I2C Embedded |
| Photorealistic Street Maps | 3D cityscape reconstruction pipeline | Python Rust COLMAP |
| DocQuery (in dev) | Qwen2-VL-7B + LayoutLMv3 document extraction pipeline | PyTorch CUDA LoRA |
- Optimized single-box IOU calculation by eliminating redundant intersection computation on the fast path — 2x speedup, no API change (PR #1874)
- Built a spline-based line annotator that interpolates smooth paths through noisy per-frame tracking output, removing visual jitter in rendered object trails (PR #1919)



