Skip to content
View Om-singhaI's full-sized avatar
๐Ÿ˜Š
๐Ÿ˜Š

Highlights

  • Pro

Block or report Om-singhaI

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
Om-singhaI/README.md

Spatial Computing, Graphics Tooling, and Open Source

I build spatial computing systems and contribute to the graphics and machine learning libraries underneath them. I design and 3D print my own VR headsets, and I work on the rendering, reconstruction and model export tooling that decides what actually reaches the display.

  • ๐Ÿฅฝ I design and print my own VR headsets, from lens housings and head straps through to the display driver side and the endless tuning of interpupillary distance nobody warns you about.
  • ๐Ÿซ€ I built SonoXR, which reconstructs a beating heart from an ordinary 2D ultrasound sweep and renders it in mixed reality on a Quest 3, calibrated to show what it cannot see rather than quietly inventing tissue.
  • ๐Ÿ”ง I contribute to production libraries at Microsoft, Google, AWS, Meta, Cloudflare, Vercel, Firebase and Hugging Face, mostly in the graphics, model export and developer tooling layers.
  • ๐Ÿงฎ I work on applied machine learning where the constraint is interesting: constrained ranking with the Hungarian algorithm, agentic pipelines, ONNX model export and precision correctness.
  • ๐Ÿงช Every fix I send ships with a regression test that provably fails without the change, because a test that passes either way proves nothing.
  • ๐ŸŽฏ I care about the boring half of engineering: reproductions, root causes, and being the person a maintainer does not have to double check.
Some things I have shipped~d~d
  • ๐Ÿฅ‡ microsoft/onnxscript#3009 โ€” aten::mean silently ignored its dtype argument when called without dim, so a model asking for float64 got float32 back and lost precision on large sums. Merged by the PyTorch ONNX exporter lead.
  • ๐Ÿฅ‡ cloudflare/workers-sdk#15320 โ€” Wrangler detected secret-tool by exit status, but that binary exits nonzero on --version, so Linux users who had it installed were told it was missing.
  • ๐Ÿซ€ SonoXR โ€” 2D ultrasound to a holographic cardiac volume you can walk around and slice with your hands. Python reconstruction pipeline, WebXR client with a browser fallback. Live
  • ๐Ÿ€ NCAA seed prediction โ€” predicting the Selection Committee's exact 1 through 68 seeding. Converts 68 point predictions into ~4,500 pairwise comparisons, blends Logistic Regression and XGBoost, then applies the Hungarian algorithm so one team per seed is satisfied by globally optimal assignment. 91.2% exact match, RMSE 0.392.
  • โœฆ Epiphany โ€” an autonomous data scientist. Drop in a dataset, it explores, forms hypotheses, validates them with real statistics, trains a model and deploys it. Gemini 2.5 and the Google Agent Development Kit.
  • ๐ŸŽฎ PLAYER 1001 โ€” live crowd play inside a video premiere. One HTML file, one stylesheet, one script, zero dependencies and zero external requests, with reduced motion, keyboard and screen reader paths throughout. Play it

  • ๐Ÿ”Ž How I find work worth doing:

Labels like good first issue on famous repositories are mostly farmed. What works better is recently created, zero comment, unassigned issues carrying a real reproduction. Then, before writing any code: is it still broken on main, has someone already opened a competing PR, and did a maintainer call it intended behaviour? Roughly a third of candidates die at that step, which is a third of the time saved.

The rest is unglamorous. Find the root cause rather than the symptom, since the visible failure is usually a layer or two above the actual defect. Write the test first and watch it fail. Then revert only the source change and watch it fail again. That last step has caught fixes of mine that passed their own test while not actually fixing the reported bug.


Open to software engineering roles. Happy to talk about spatial computing, model export, or anything that renders.

visitor badge

Popular repositories Loading

  1. google-cloud-node google-cloud-node Public

    Forked from googleapis/google-cloud-node

    Google Cloud Client Library for Node.js

    TypeScript 2

  2. Om-singhaI Om-singhaI Public

    Profile

    2

  3. Homework_CS232 Homework_CS232 Public

    Homework_CS232

    C 1

  4. playwright playwright Public

    Forked from microsoft/playwright

    Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.

    TypeScript 1

  5. AI_Personality_Prediction_Project AI_Personality_Prediction_Project Public

    Python

  6. NCAA NCAA Public

    Python