Skip to content
View umaarmirzaa's full-sized avatar
:electron:
Focusing
:electron:
Focusing

Highlights

  • Pro

Block or report umaarmirzaa

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

Muhammad Umar Mirza

Data Science & AI · Leiden University (LIACS) · Honours Programme

Most people learning AI stop at calling the API. I want the part below it — why a retrieval pipeline returns the wrong chunk, why an agent loops, what the maths is actually doing.

Backend AI Engineering intern at flyrank.ai: RAG architecture, vector databases, chunking strategies, retrieval pipelines.

Portfolio LinkedIn Email


Work

meme-mirrorMediaPipe · OpenCV · NumPy

Webcam reads hands and face, matching meme pops up. Plain-geometry rules for poses the stock model misses, majority-vote smoothing against landmark jitter. No training.

tech-stack-recommenderPython, zero deps

Skills to ranked career paths. TF-IDF and cosine similarity written from scratch — no ML libraries — with cold-start handling.

supermarket-management-systemSQL

Relational schema with an IS-A staff hierarchy, weak entities, self-joins and M:N relations. Sample data and queries included.

python-fundamentalsPython

Self-contained projects: OOP class design, recursion, graph search, image processing. Fundamentals made load-bearing, not decorative.

also: iris-classification-ai · bytebot-chatbot · all repositories →


Latest

  • umaarmirzaa.github.io · HTML — Personal portfolio — Data Science & AI Jul 2026
  • chalk · JavaScript — A teaching skill for Claude that fact-checks itself so it doesn't confidently teach you wrong things Jul 2026
  • meme-mirror · Python — Webcam watches your hands and face; the matching meme pops up Jul 2026
  • python-fundamentals · Python — Eight Python learning projects in one repo — operator precedence, loops, recursion, OOP class design, graph search, and image processing Jul 2026

Stack

core — Python · SQL · SQLite · Git
ai/ml — LLM applications · agentic systems · RAG · prompt engineering · NumPy · supervised & unsupervised learning · MediaPipe · OpenCV
foundations — algorithms & data structures · OOP · relational databases · image processing · graph theory · calculus I–III · linear algebra

Everything here is built rather than described. That's deliberate.

Pinned Loading

  1. umaarmirzaa umaarmirzaa Public

    Config files for my GitHub profile.

    Python

  2. python-fundamentals python-fundamentals Public

    Eight Python learning projects in one repo — operator precedence, loops, recursion, OOP class design, graph search, and image processing. Each folder is self-contained with its own README.

    Python

  3. iris-classification-ai iris-classification-ai Public

    Machine Learning pipeline for Iris flower classification using Python and Scikit-learn.

    Python

  4. tech-stack-recommender tech-stack-recommender Public

    Skills-to-career recommender using TF-IDF and cosine similarity.

    Python

  5. supermarket-management-system supermarket-management-system Public

    Database management system for a supermarket — schema design, inventory and sales tables, SQL queries.