Skip to content
View Diem0n's full-sized avatar
πŸ€™
AI Engineer building agentic systems, RAG pipelines, and production AI workflows
πŸ€™
AI Engineer building agentic systems, RAG pipelines, and production AI workflows

Highlights

  • Pro

Block or report Diem0n

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

Hi, I'm Talha Ikram πŸ‘‹

AI/ML Engineer building production agentic systems, RAG pipelines, and explainable ML, wherever the domain takes me.

LinkedIn Email Profile views


🧠 About Me

I build AI systems that reason, retrieve, and act, then hold up in production. My day job is healthcare AI; my own projects are mostly fraud, risk, and telecom. I like it that way; the same core skills (agent orchestration, RAG, explainable ML, evaluation) transfer cleanly across domains, and switching between them keeps me honest about what's actually general-purpose versus what's just familiar.

  • πŸ₯ At work: AI Engineer at CareCloud (NASDAQ: CCLD), building multi-agent LLM pipelines that turn clinical documents into structured decisions, at 10,000+ documents/day.
  • πŸ’³ On my own time: fraud detection, telecom churn, and RAG+SQL agents, built to prove the same engineering discipline holds outside healthcare.
  • 🎬 Also shipping: a data lake and Power BI monitoring for an AI captioning product, and a computer-vision pipeline underneath it.

Promoted from AI Intern to AI Engineer in under a year by shipping systems, not demos.


πŸ’Ό Experience

AI Engineer, CareCloud (NASDAQ: CCLD) Β· May 2025 – Present Multi-agent LLM pipelines (LangGraph), fine-tuning (Qwen 14B, LoRA), and a 283K-sample evaluation harness for medical coding, served on vLLM + FastAPI.

AI/ML Engineer, Kalakar (Part-time) Β· Feb 2025 – Present Data lake for multilingual captioning model training, plus a Power BI dashboard tracking pipeline success rate.

AI Engineer, R&D, DevHawks Β· Nov 2024 – Apr 2025 Benchmarked 20+ LLMs across domain tasks and reviewed 20+ SOTA papers on causal AI, agents, and explainable AI; built reusable evaluation pipelines cutting experimentation time ~40%.


βš™οΈ Tech Stack

AI / LLM

LangGraph LangChain Hugging Face vLLM Ollama Gemini FAISS Weights and Biases

Backend & Data

DuckDB

ML, Explainability & BI

LightGBM SHAP Power BI

Tools


πŸ“Œ Featured Projects

πŸ’³ ledger-ai Β· Python, DuckDB, Scikit-learn, SHAP, FastAPI Fraud investigation engine: leak-safe SQL feature pipeline over 24.4M transactions, hybrid Isolation Forest + Random Forest at 0.97+ PR-AUC, tiered risk routing catching ~98% of fraud at 75-80% review precision.

πŸ“‘ insight Β· Python, LangChain, FAISS, SQLite, Gemini Telecom retention copilot: routes queries between a safe SQL tool and RAG retrieval with zero cross-contamination, enforcing strict numeric grounding so the model never cites a number it wasn't given.

🧭 huma · Python, Ollama, SQLite, Typer CLI agent that fetches job listings from four boards and scores each against your resume using a fully local LLM; deterministic FSM pipeline, nothing leaves your machine.

πŸ“‰ commercial_subscriber_risk_model Β· Python, LightGBM, SHAP Telecom churn intelligence: K-Means behavioral segmentation plus a LightGBM classifier (0.81 ROC-AUC), threshold-calibrated for a retention-first strategy.

🏦 Vera · Python, Streamlit, Scikit-learn Loan approval prediction and analytics: single and batch decisions with confidence scores, an explainability view, and synthetic data generation.

πŸŽ₯ video_pipeline Β· Python, FastAPI, Docker, SAM2 Prompt-driven video subject/background separation: Grounding DINO detection + SAM2 tracking, served as an async FastAPI job service.

πŸ₯ Aura Β· FastAPI, Node.js, LightGBM, SHAP (repo coming soon) Full-stack clinical decision support platform for 30-day hospital readmission risk.


πŸš€ Current Interests

Multi-agent orchestration Β· Model Context Protocol (MCP) Β· LLM evaluation and hallucination reduction Β· RAG grounding and retrieval quality Β· explainable ML for high-stakes decisions


πŸ“Š GitHub Stats

GitHub Streak

πŸ“« Connect

LinkedIn Β· tikram179@gmail.com Β· GitHub

If you find my work useful, you can support it here:
Buy Me A Coffee

Pinned Loading

  1. ledger-ai ledger-ai Public

    An AI-powered Fraud Investigation Engine that combines Machine Learning, Large Language Models, and Finite State Machines to orchestrate explainable financial fraud investigations.

    TypeScript 2

  2. commercial_subscriber_risk_model commercial_subscriber_risk_model Public

    Segmentation-driven telecom churn intelligence: K-Means RFM behavioral segments feeding a LightGBM classifier (0.81 ROC-AUC), threshold-calibrated for retention.

    Jupyter Notebook

  3. insight insight Public

    Hybrid RAG + SQL + Gemini retention copilot for telecom: query router, FAISS/fastembed retrieval, strict numeric grounding, and a DWH-style subscriber schema.

    Python

  4. video_pipeline video_pipeline Public

    AI-powered video subject/background separation: open-vocabulary detection (Grounding DINO) + SAM2 segmentation and tracking, served as an async FastAPI job API with Docker.

    Python

  5. Vera Vera Public

    Vera is a comprehensive loan application analysis and prediction system built with Python and Streamlit. It provides tools for loan approval prediction, batch processing, data analytics, and synthe…

    Jupyter Notebook

  6. huma huma Public

    Local-LLM job matcher: fetches remote listings from four job boards and scores each against your resume via Ollama, privacy-first with a deterministic FSM pipeline and SQLite score caching.

    Python