Skip to content
View Shahrukh19S's full-sized avatar
🏠
🛠️ Building AI/ML systems, in public
🏠
🛠️ Building AI/ML systems, in public

Block or report Shahrukh19S

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

Hi, I'm Abdullah Ansari 👋

An AI/ML Engineer - I take an idea, turn it into something real, and make it work in production.

I'm a software developer at the core. I've built in Python and C++ for years and committed fully to software/CS after Bachelor's in Electronics (2018), then from 2024 went deep on AI/ML: classical machine learning, deep learning, then LLMs, RAG, and agentic systems. I dig into how things work from first principles, then build production AI/ML systems end to end. I don't just prototype. I ship and show the work that works in the real world.

What I build

  • ✔️ Agentic AI: LLM agents, multi-agent orchestration, MCP, tool-use
  • ✔️ RAG and document-AI: private, local-first "chat with your data," grounded and citable
  • ✔️ The ML and deep-learning foundations underneath: sound systems, not demos

How I build

I teach and mentor coders worldwide, from young first-timers to working adults, both as an instructor and on my channel. So I build code to be learned from, not just used:

🔹 Readable by design: clear READMEs and comments written to teach, so anyone can follow, run, and learn from the code 🔹 Modular, not one-off scripts: clean structure and pinned dependencies, easy to navigate and extend 🔹 Honest and reproducible: real results and trade-offs, not demos

Featured projects

Applied AI: agents, RAG, and document-AI

  • folio-mcp: privacy-first, zero-cost "chat with your documents" assistant. RAG over local Ollama, MCP, CLI plus an OAuth web app, with an honest speed/quality benchmark.
  • ollama-mcp-chat-cli: terminal MCP chat agent on local Ollama, with Groq/GitHub fallbacks.
  • multi-provider-resume-extractor: typed multi-provider LLM client for schema-validated structured extraction from messy resume PDFs.
  • ollama-litellm-tool-calling: fully local LLM tool-calling via litellm.

Machine learning and deep-learning foundations

  • bert-imdb-sentiment: BERT fine-tuning for sentiment in PyTorch. Modular package plus CLI, principled early stopping, and honest metrics with caveats (F1 0.83 on held-out test, 0.86 on a truly-unseen slice).
  • credit-risk-ml-pipeline: imbalance-aware credit-default risk. Leakage-safe pipeline, ROC AUC and PR-AUC instead of misleading accuracy, a tuned operating point, and decision-tree vs random-forest vs XGBoost compared honestly.
  • covid-topic-modeling-faiss: LDA topic modeling over COVID-19 research papers with FAISS semantic search. Perplexity-based model selection, a real search CLI over the topic vectors, and the honest ceiling stated plainly.

Tech and tools

Python · PyTorch · TensorFlow · scikit-learn · LangChain · LangGraph · MCP · RAG · Vector DBs · LiteLLM · LMStudio · Docker

Currently

Building production agentic AI ("governed autonomy") for financial services, deepening my ML and deep-learning foundations, and building in public.

Connect

Pinned Loading

  1. langchain-byline langchain-byline Public

    A production-ready LangChain publishing agent: give it a brief, it researches the web, drafts the post in your brand voice, then waits for your approval before publishing. One create_agent made pro…

    Python

  2. langchain-repo-radar langchain-repo-radar Public

    An agentic open-source library scout: ask for the best library for a task in a given language, and a LangChain multi-agent coordinator researches the web and GitHub (via MCP) to return a ranked rec…

    Python

  3. folio-mcp folio-mcp Public

    Privacy-first, zero-cost "chat with your documents" MCP assistant; an offline CLI and an OAuth web app sharing one engine (stdio + Streamable HTTP)

    Python

  4. multi-provider-resume-extractor multi-provider-resume-extractor Public

    Typed, multi-provider LLM client that pulls schema-validated structured data from messy resume PDFs. One interface over Gemini, Groq & GitHub Models — Pydantic validation, native structured outputs…

    Python

  5. langchain-hiking-agent langchain-hiking-agent Public

    Local, zero-cost hiking day planner built with LangChain 1.x create_agent: web-grounded trail + weather search, short-term memory, typed JSON output, and multimodal gear-photo ID. Runs on a local O…

    Python

  6. ollama-litellm-tool-calling ollama-litellm-tool-calling Public

    A verified, free, fully-local setup that proves a local LLM (Ollama) can do real tool calling through litellm with step-by-step install and usage guides. No API keys, no cloud, no cost.

    Python