Skip to content
View shaikn6's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report shaikn6

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

Nagizaaz Shaik

Typing SVG


LinkedIn Portfolio Email Hugging Face


About

AI / LLM Engineer building production AI for financial services — credit-risk models, multi-agent pipelines, and the secure ML platforms that ship them. 5+ years across data engineering, ML, and cloud architecture, now focused on applied LLM systems that survive a compliance audit. AWS ML Specialty certified.

AWS ML Specialty GCP PDE SnowPro dbt


GitHub Activity

streak contribution activity graph

Tech Stack

Domain Technologies
LLM Engineering LangChain · LangGraph · RAG · MCP · Prompt Engineering · OWASP LLM Top 10 · Semantic Caching · LLM Gateways
AgentOps Multi-Agent Systems · LangGraph · CrewAI · Tool Use · Agent Memory · Autonomous Coding Agents · n8n
MLOps / LLMOps MLflow · Feast · Airflow · Evidently AI · RAGAS · Prompt Versioning · A/B Testing · Model Registry
DevSecOps GitHub Actions · ArgoCD · Crossplane · OPA Gatekeeper · Trivy · Semgrep · Cosign · SBOM · SLSA
Data Engineering Apache Kafka · Apache Spark · dbt · Redis · Airflow · SQL lineage · ETL/ELT · PostgreSQL
ML / Deep Learning PyTorch · XGBoost · scikit-learn · HuggingFace · Federated Learning · Differential Privacy · Fairlearn
Cloud & Infra AWS (EKS · SageMaker · Redshift · S3 · IAM) · GCP · Terraform · Docker · Kubernetes
Security & Governance ECOA / Fair Lending · GDPR · PCI-DSS · SOC2 · Model Cards · Audit Trails · Data Lineage

Featured Work

Curated highlights from my public engineering work.

LLM Engineering & Agents

  • mcp-diagram-agent — MCP server: describe any system in plain English → production-ready architecture diagram via Claude
    MCP · LangGraph · FastAPI
  • llm-gateway — Production LLM gateway: OpenAI-compatible API, semantic caching, multi-model routing, cost analytics
    FastAPI · Redis · sentence-transformers
  • nano-finbert — Transformer built from scratch on financial text + production MiniLM model at 95.3% test accuracy
    PyTorch · Transformers · HuggingFace
  • llm-safety-auditor (live demo) — 250+ adversarial payloads, OWASP LLM Top 10 scoring, red-team report generation
    FastAPI · sentence-transformers · reportlab

MLOps & Production Infrastructure

  • etl-lineage-graph — Auto-discovers column-level data lineage from SQL/ETL via directed-graph analysis — zero annotation
    Python · sqlglot · networkx
  • mlops-feature-platform — Enterprise MLOps for financial ML: Feast feature store + MLflow registry + Airflow + Evidently monitoring
    Feast · MLflow · Airflow
  • kafka-stream-feature-store — Real-time feature store: Kafka → Redis with sub-60s freshness for low-latency inference
    Kafka · Redis · FastAPI

Fintech AI & Governance

  • finance-agent-crew — Multi-agent financial intelligence: SEC EDGAR + earnings calls + news → investment brief
    LangGraph · Claude · n8n
  • finance-llmops-platform — LLMOps platform for financial services: evaluation, prompt versioning, and model governance
    FastAPI · LLMOps · Fintech
  • fintech-devsecops-pipeline — End-to-end DevSecOps: SBOM, Trivy scanning, OPA policy, Cosign signing, SLSA Level 3 provenance
    GitHub Actions · Trivy · Cosign · OPA

Production Architecture

Production LLM Stack — streaming ingestion → feature store → LLM gateway → multi-agent layer → observability

Certifications

Certification Issuer
AWS Certified Machine Learning – Specialty Amazon Web Services
AWS Certified Cloud Practitioner Amazon Web Services
GCP Professional Data Engineer Google Cloud
Snowflake SnowPro Advanced: Data Engineer Snowflake
dbt Analytics Engineering Certification dbt Labs

Private repos available on request — federated learning for credit risk, LLM red-teaming, on-device LLM optimization, SQL-to-DAG compilers. Reach out via LinkedIn.

16 public repos · CI/CD green · Docker · AWS · Portfolio · LinkedIn · Hugging Face

Pinned Loading

  1. llm-gateway llm-gateway Public

    Production LLM gateway: OpenAI-compatible API, semantic caching, intelligent routing across Claude/OpenAI/Ollama, cost analytics.

    Python

  2. finance-llmops-platform finance-llmops-platform Public

    LLMOps platform for financial services: eval, prompt versioning & model governance (source on request)

    Python 1

  3. etl-lineage-graph etl-lineage-graph Public

    Auto-discovers column-level data lineage from SQL/ETL via directed-graph analysis — no annotation

    Python

  4. llm-safety-auditor llm-safety-auditor Public

    LLM red-teaming: 250+ adversarial attacks, OWASP LLM Top 10 scoring, FastAPI audit reports

    Python

  5. mcp-diagram-agent mcp-diagram-agent Public

    MCP server: describe any system → get production-ready Excalidraw diagram via Claude AI

    Python

  6. nano-finbert nano-finbert Public

    Tiny transformer (~2M params) trained from scratch on financial text — outputs structured market signals: sentiment, entities, sectors, event type, impact score

    Python