Skip to content
View dparikh79's full-sized avatar

Block or report dparikh79

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.

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

Dhruvil Parikh

Robotics. Software. AI.

I'm a robotics engineer working at the intersection of physical autonomy, computer vision, and applied AI. Based in Boston.

By day, I write surgical robotics software at Globus Medical on their flagship ExcelsiusGPS and ExcelsiusFlex platform: spine fusion, deformity correction, cranial DBS, total knee arthroplasty. When the system runs, there is a patient on the table.

On the side, I'm building Metrux AI, an honest way to interview engineers in the age of Claude Code and Cursor. If you're hiring, it's a signal you can defend to your team. If you're an engineer, it's a way to find out where you actually stand, and to prove it.

Before that, I built the Robotics & AI department at Ideal Institute of Technology from zero (9 engineers, 10 paying customers, $300K in months) and co-founded a defense AI startup selected for DRDO's Technology Development Fund at INR 10 crore before COVID forced us to sunset.

MS in Robotics, Northeastern University. BTech in Electronics and Communication Engineering, NIT Surat.


Three pillars

  • Robotics. SLAM, sensor fusion, ROS, perception, motion planning. Real hardware, real surgeries.
  • Software. Python, C++, TypeScript. AWS Lambda, Aurora, ECS. Full stack when I need to ship.
  • AI. LLM agents, RAG, evaluation pipelines, decision quality. Building Metrux.

Find me at

Come say hi.

Popular repositories Loading

  1. Python Python Public

    Forked from TheAlgorithms/Python

    All Algorithms implemented in Python

    Python

  2. Kalman-and-Bayesian-Filters-in-Python Kalman-and-Bayesian-Filters-in-Python Public

    Forked from rlabbe/Kalman-and-Bayesian-Filters-in-Python

    Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filte…

    Jupyter Notebook

  3. mobile_robotics mobile_robotics Public

    Northeastern EECE 5550 Mobile Robotics coursework: TurtleBot3 lab work + autonomous frontier-exploration final project (gmapping SLAM, move_base/DWA, apriltag_ros).

    CMake

  4. MobileRoboticsFinalProject MobileRoboticsFinalProject Public archive

    Archived. Canonical version lives in dparikh79/mobile_robotics (MobileRoboticsFinalProject/). Frontier exploration + AprilTag mapping on TurtleBot3, EECE 5550, Northeastern.

    Python

  5. modern_slavery_registry modern_slavery_registry Public

    Forked from nitinkmittal/modern_slavery_registry

    Modern Slavery Data Analysis

    Jupyter Notebook

  6. Augmented-Reality Augmented-Reality Public

    Real-time AR pipeline in C++/OpenCV: camera calibration, per-frame chessboard pose via solvePnP, and 3D wireframe overlay of imported .obj meshes. Northeastern CS 5330 PRCV project.

    C++