Skip to content
View zamaniali1995's full-sized avatar
🇨🇦
🇨🇦

Block or report zamaniali1995

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
zamaniali1995/README.md
Typing SVG

Building production AI at scale — agentic systems, RAG, and ML pipelines


LinkedIn Portfolio Resume GitHub Google Scholar ORCID Email


About Me

Machine Learning Engineer & Agentic AI Engineer at Loblaw Digital · Toronto, ON

I architect enterprise agentic AI, production RAG, and shared platform infrastructure — shipping intelligent systems from design to deployment at retail scale.

Previously at Priceline (Booking Holdings), I built Vertex AI ML pipelines, a scalable GenAI framework with LLM-as-a-Judge validation, and NLP features including hotel review summarization that drove a 30% conversion uplift in A/B testing.

M.Sc. Computer Science — University of Alberta · 6 peer-reviewed publications

5+ Years 97% RAG Hit Rate $75K+ Cost Savings 30% Conversion Uplift
6 Publications MCP Agent Platform Vertex AI Pipelines $10M+ Client Impact

97% retrieval hit rate — I still know where the other 3% live.


Currently Building

  • Agentic platform architecture — planner-based agents, guardrails, and multi-tier memory
  • Agent Tools Package — centralized MCP tooling adopted across AI product teams
  • Multi-agent orchestration — evaluation frameworks and production deployment patterns

Most of my week is evals, logs, and the occasional "why did it do that?"


Highlights

Area Impact
Agentic AI Led planner-based platform architecture with guardrails and long/short/episodic memory
Production RAG Hybrid-search system — 97% hit rate, 78% precision, 97% recall, $75K–$85K projected savings
GenAI Framework Scalable GCP framework with LLM-as-a-Judge validation, rate limiting, and CI/CD
ML Pipelines Standardized Vertex AI pipelines with feature stores, versioning, and Airflow orchestration
NLP at Scale Hotel review summarization with 30% conversion uplift; MIRA chatbot with 97% intent F1
Agentic architecture at a glance
graph LR
    Q[User Query] --> P[Planner]
    P --> R[Retrieval / RAG]
    P --> A[Specialized Agents]
    A --> M[Memory]
    A --> T[MCP Tools]
    P --> G[Guardrails]
Loading

Tech Stack

My Skills


AI / Agents

LangChain LangGraph Hugging Face OpenAI

Cloud / MLOps

Vertex AI BigQuery Airflow


Featured Projects

ml-pipeline · ⭐ 10

Open Source · Production ML

Reusable end-to-end ML pipeline template — config-driven preprocessing, training, validation, and Flask deployment.


Python scikit-learn Flask


Source Code · Live Demo

NLP · SemEval 2020

Commonsense validation & explanation with RoBERTa, BERT, and GPT-2 on SemEval Task 4 benchmark data.


Python Hugging Face PyTorch


Source Code

GenAI · LLM Application

Cover letter generator powered by ChatGPT — practical GenAI app with a lightweight JavaScript frontend.


JavaScript OpenAI


Source Code

Recommendation Systems · Deep Learning

Personalized music recommendations using content-based filtering, clustering, and deep learning on Spotify data.


Python Jupyter


Source Code

Time Series · Forecasting

Flight price forecasting with ARIMA, Prophet, XGBoost, and LSTM — aligned with production travel pricing use cases.


Python XGBoost Streamlit


Source Code

Tabular ML · Classification

Credit card fraud detection on imbalanced data — end-to-end notebooks covering feature engineering and model evaluation.


Python Jupyter


Source Code


MIRA Chatbot · Portfolio

Healthcare NLP · Full Stack · 97% Intent F1

Mental health resource navigation chatbot for healthcare workers — RNN-based intent detection, entity extraction, and sentiment-aware responses. Published at ACM IVA 2023.


Python NLP Healthcare


Live Demo · Portfolio · Paper


Publications

Year Title Venue
2023 Intent and Entity Detection with Data Augmentation for a Mental Health Chatbot ACM IVA
2022 AI-Guided Mental Health Chatbot for Health Care Workers JMIR Research Protocols
2022 Developing a Mental Health Virtual Assistant for Healthcare Workers M.Sc. Thesis, UAlberta
2021 Efficient Load Balancing for Service Function Chain Mapping Computers & Electrical Engineering

GitHub Analytics

Activity Graph


Contribution Snake


Profile Views

Open to collaborations on agentic AI, RAG, and production ML systems

Pinned Loading

  1. plancontract plancontract Public

    python pydantic multi-agent agents ai langgraph orchestration validation planning routing schema open-source

    Python 1

  2. ml-pipeline ml-pipeline Public template

    Our goal with this ML pipeline template is to create a user friendly utility to drastically speed up the development and implementation of a machine learning model for all sorts of various problems.

    Python 10 3

  3. spotify-music-recommender spotify-music-recommender Public

    Spotify Music Recommender is a machine learning project that leverages the Spotify dataset to build a personalized music recommendation system. The goal is to explore various recommendation techniq…

    Jupyter Notebook

  4. grammar_checker grammar_checker Public

    Used context-free grammar (CFG) and constituency parsing to build a grammar checker.

    Python

  5. fraud-detection fraud-detection Public

    Jupyter Notebook 1

  6. langchain-ai/langgraph langchain-ai/langgraph Public

    Build resilient agents.

    Python 39.3k 6.6k