Skip to content
View Ashp116's full-sized avatar
💭
Nightmare Gamedev
💭
Nightmare Gamedev

Highlights

  • Pro

Organizations

@Studio-116

Block or report Ashp116

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Ashp116/README.md

Hello

Image Image Image Image Image

What I'm Building

  • DocQuery — document to structured JSON extraction, fine-tuning Qwen2-VL-7B + LayoutLMv3 (LoRA/QLoRA)
  • picrawler-rs — Rust rewrite of SunFounder's robot_hat for a PiCrawler quadruped, reverse-engineered HAT register maps
  • Photorealistic Street Maps — open-source 3D cityscape reconstruction from Mapillary/OSM/Overture using COLMAP SfM

Pinned-Worthy

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

Open Source Contributions

Image Python, OpenCV, PyAV

  • 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)

Image Rust, Luau

  • Extended the linter to recognize Luau/Roblox EnumItem properties, eliminating false-positive lints (PR #670)
  • Added const declaration support to the Luau parser path, with regression tests (PR #673)

Languages & Tools

Image
Image

Image Image

Pinned Loading

  1. ManoVision ManoVision Public

    ManoVision lets you interact with a virtual 3D environment using just a laptop. It tracks your hand in real time and maps a pinch gesture (right thumb and index finger) to rotate a virtual cube, cr…

    Python 1

  2. ChatDB ChatDB Public

    Chatbot designed to simplify interaction with your MySQL database using natural language. Instead of writing complex SQL queries, just type your questions or commands in plain English, and ChatDB s…

    Jupyter Notebook 1

  3. GPadView GPadView Public

    GPadView is a fast, self-contained Windows utility for inspecting game controllers in real time. Built with Rust and egui, it displays live axis values, button states, and D-Pad inputs. Perfect for…

    Rust