Skip to content
View mihirzx's full-sized avatar
  • UMass Amherst
  • Boston, MA
  • 02:46 (UTC -04:00)

Block or report mihirzx

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

Typing SVG



Β  whoami

class Mihir:
    def __init__(self):
        self.school       = "UMass Amherst"
        self.degree       = ["B.S. Data Science & Statistics", "Computational Mathematics"]
        self.graduation   = "June 2028"
        self.current_role = "Computer Vision Data Engineer Intern @ Glimpse"
        self.building     = ["AI pipelines", "computer vision systems", "things that ship"]
        self.focus        = ["ML Engineering", "Computer Vision", "AI Systems", "Backend"]
        self.hobbies      = ["Lifting", "Muay Thai", "UFC", "Reading"]

    def current_obsession(self):
        return "Making models actually useful in production πŸ”¬"

    def fun_fact(self):
        return "I debug faster after a heavy set. No I will not elaborate."

Β  GitHub Stats


Β  Featured Work

πŸ’Š RxBuddy

AI-Powered Pharmacy Consultation App

Full-stack app with 10,000+ FDA-sourced drug questions, hybrid TF-IDF + KNN search, multi-layer hallucination guardrails, and real-time drug grounding via OpenFDA, RxNorm, MedlinePlus.

FastAPI React PostgreSQL Claude API scikit-learn

πŸ€– Buddy β€” AI Caregiver

YHack 2026

Real-time medication safety system for Alzheimer's patients. Viam vision + Gemini + ElevenLabs voice pipeline with <800ms event-to-speech latency.

Viam Python Gemini ElevenLabs Next.js

πŸ“Š Crewlytics

ML Workforce Optimization

Logistic regression workload-risk classifier: ROC-AUC 0.89, Recall 0.95, F1 0.76. Constraint-aware reallocation cut simulated team overload by 40.8%.

scikit-learn FastAPI Next.js TypeScript

🫁 Air Pollution Research

Independent Research (2026)

Panel-data analysis (2013–2025) across 50+ U.S. cities, merging EPA/CDC datasets into composite pollution indices to inform public health policy.

Python R Pandas Panel Data


Β  Tech Stack


Β  Currently

  • πŸ”­ Β  Glimpse β€” Computer Vision Data Engineer Intern (July–Dec 2026), building battery quality control CV systems
  • πŸ’Š Β  RxBuddy β€” polishing for demo, Drug Index + Interaction Checker in progress
  • πŸ“š Β  Algorithms & Databases β€” CS 311 + CS 345 concurrently this summer
  • ⚑ Β  LeetCode grind β€” NeetCode 150, targeting 250+ problems by fall recruiting

Β  Let's Connect


Building things that matter, one commit at a time. πŸš€

Pinned Loading

  1. Crewlyticss Crewlyticss Public

    TypeScript

  2. EvilHangMan EvilHangMan Public

    A C implementation of Evil Hangman using custom strings, vectors, and a BST-based word-family strategy.

    C