Skip to content
View anubhavkamal's full-sized avatar

Block or report anubhavkamal

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

Anubhav Kamal

ML/AI Engineer with a knack for research. Five years building production systems, now focused on applied machine learning and agentic AI. I gravitate toward projects that require understanding a system deeply enough to build it from the ground up, rather than relying on existing APIs.

Areas of Focus

  • Agentic LLM systems — designing multi-step reasoning pipelines that convert unstructured input into structured, verifiable output
  • ML fundamentals — implemented a GPT from scratch (attention, transformers, KV-caching, custom tokenizer) to build a thorough understanding of the underlying architecture
  • Computer vision — object detection (YOLOv8) applied to real-world document and image analysis tasks

Selected Projects

Project Description
agentic-trial-matching Converts free-form clinical trial eligibility criteria into structured feasibility queries, using LLM-driven concept resolution, clinical code mapping (ICD-10, SNOMED, LOINC), and automated SQL generation
neetcode-gpt A GPT implemented from scratch in PyTorch, including multi-head attention, grouped query attention, KV-caching, a custom BPE tokenizer, and a complete training pipeline
sigcore Signature detection in documents using YOLOv8

Contact

LinkedIn · Email

Pinned Loading

  1. photo-person-organizer photo-person-organizer Public

    Python 1

  2. agentic-trial-matching agentic-trial-matching Public

    Python

  3. neetcode-gpt neetcode-gpt Public

    GPT built from scratch — assembled from my NeetCode ML course submissions

    Python

  4. sigcore sigcore Public

    Python