Skip to content
View MohammedAhmeduddin's full-sized avatar

Block or report MohammedAhmeduddin

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

About Me

class MLEngineer:
    def __init__(self):
        self.name        = "Ahmeduddin Mohammed"
        self.role        = "ML / AI Engineer"
        self.location    = "Harrison, New Jersey"
        self.education   = "MS Computer Science — NJIT"
        self.specialties = [
            "Production ML Pipelines",
            "Causal Inference Engines",
            "LLM Agent Orchestration",
            "Deep Learning Systems",
        ]
        self.stack = {
            "ML":      ["PyTorch", "LSTM", "Transformer", "XGBoost", "SHAP"],
            "Causal":  ["DoWhy", "EconML", "CausalForestDML", "PSM", "DiD"],
            "LLM":     ["LangGraph", "LangChain", "GPT-4o-mini", "RAG", "ChromaDB"],
            "MLOps":   ["MLflow", "Docker", "GCP Cloud Run", "GitHub Actions"],
            "Backend": ["FastAPI", "PostgreSQL", "Redis", "Pydantic v2"],
        }

    def pitch(self):
        return """
        ML Engineer specializing in production systems — causal inference,
        deep learning, and LLM orchestration. Every project ships with
        full test coverage, real metrics, and a live deployment.
        """

Key Metrics

🎯 Best AUC ⚡ Inference 📊 Dataset 🤖 Pipeline ✅ Tests 📦 Deployments
0.9868 27ms p95 14M rows 0.36s 369 4 Live
SessionScout LSTM Redis cached LiftLab Criteo CareAgent GCP 4 ML projects HuggingFace + GCP

Featured ML Projects

🔵 SessionScout — Real-Time E-Commerce Conversion Scoring

GitHub HuggingFace

4-model cascade (LR → XGBoost → LSTM → Transformer) predicting mid-session purchase probability at sub-30ms latency. Confidence-gated escalation cuts GPU inference cost by 60%. Bidirectional LSTM (256 hidden, 2-layer) + 4-head self-attention over 121 engineered features.

AUC Latency Tests Coverage

PyTorch LSTM Transformer XGBoost FastAPI Redis Docker HuggingFace


🟣 LiftLab — Causal Inference Engine for Promotion Uplift

GitHub

5 parallel causal estimators (PSM, DiD, T-Learner, X-Learner, CausalForestDML) on 14M-row Criteo dataset. Per-customer CATE with confidence intervals. CausalForestDML honest splitting prevents bias. MMD drift test flagged distribution shift at 0.136.

Rows CATE Tests Coverage

DoWhy EconML CausalForestDML SHAP MLflow PSI MMD Streamlit


🩷 LoanLens — AI Credit Risk Explainer (CFPB Reg-B Compliant)

GitHub HuggingFace

XGBoost scorer + SHAP top-5 risk factors mapped to CFPB Reg-B codes via ChromaDB RAG (9,977 regulatory chunks). GPT-4o-mini generates legally-grounded adverse action notices at temperature=0 for legal determinism. Cosine similarity threshold 0.7 blocks hallucination.

AUC Grounding Speed Tests

XGBoost SHAP LangChain ChromaDB GPT-4o-mini dbt PostgreSQL MLflow


🟢 CareAgent — Multi-Agent Healthcare Provider Quality Scoring

GitHub HuggingFace GCP API

LangGraph StateGraph routing 5 specialized agents over 10,000 CMS Medicare providers. Supervisor → DataCleaner → Statistical → Isolation Forest Anomaly → Summarizer → Reporter. Pre-reserved schema fields prevent inter-agent column bugs. Template fallback guarantees pipeline completion.

Speed Anomaly Tests Coverage

LangGraph LangChain GPT-4o-mini Isolation Forest GCP Cloud Run PostgreSQL MLflow

🗂️ Other Projects

Project Description Stack Links
AI Financial Analyst RAG variance engine — deterministic decomposition + GPT citation grounding · 100% reconciled FastAPI · React · OpenAI · pdfplumber · Vercel GitHub Live
AI Money Brain Multi-bank finance copilot — 5+ banks, GPT-4 categorization, 192 tests, 92% coverage FastAPI · PostgreSQL · GPT-4 · JWT · Docker · Alembic GitHub Live
Portfolio Tracker Full-stack SaaS dashboard — auth, Recharts analytics, dark/light mode, Vercel CI/CD React · TypeScript · Recharts · Vite · Vercel GitHub Live

ML / AI Stack

ML & Deep Learning

PyTorch scikit-learn XGBoost SHAP Optuna

Causal Inference

DoWhy EconML CausalForestDML

LLM & Agents

LangGraph LangChain OpenAI ChromaDB

MLOps & Cloud

MLflow Docker GCP GitHub Actions HuggingFace

Backend & Data

FastAPI PostgreSQL Redis Python

📊 GitHub Stats



💼 Open to Roles

ML Engineer AI Engineer Data Scientist Applied Research Backend Engineer

📍 Harrison, NJ · Remote OK · STEM OPT


Popular repositories Loading

  1. Youtube-GPT-Content-Creator-Using-LangChain Youtube-GPT-Content-Creator-Using-LangChain Public

    Built using LangChain, OpenAI, and StreamlitWebApp to create an efficient content creator for YouTube. LangChain simplifies the process of using LLMs, OpenAI provides the GPT language model, Stream…

    Python 1

  2. AR-Watch-Try-On-App-using-Vuforia-and-Unity AR-Watch-Try-On-App-using-Vuforia-and-Unity Public

    My inaugural project, It enables users to effortlessly overlay virtual watch models on their wrists, enhancing shopping satisfaction via accurate interactive try-ons. Vuforia’s computer vision reco…

    Objective-C++ 1 1

  3. Multiple-Disease-Prediction-Using-Machine-Learning Multiple-Disease-Prediction-Using-Machine-Learning Public

    Jupyter Notebook

  4. Dalle-Image-Generator-Using-OpenAI-and-Flask Dalle-Image-Generator-Using-OpenAI-and-Flask Public

    t is developed by utilising OpenAI’s advanced image generation models to create a variety of high-quality images using a user-friendly Flask-built web interface.

    HTML

  5. Diabetes-Prediction-Using-Machine-Learning-Algorithms Diabetes-Prediction-Using-Machine-Learning-Algorithms Public

    Built a ML model which predicts whether a person is diabetic or not by analyzing the input data provided by the user

    Jupyter Notebook

  6. Online-Payment-Fraud-Prediction-Using-Regression Online-Payment-Fraud-Prediction-Using-Regression Public

    Built a ML model by training the model on a 65M record dataset, which predicts fraudulent and non-fraudulent payments using Flask user-interface based on user input.

    Python