Skip to content
View code-with-idrees's full-sized avatar

Block or report code-with-idrees

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
code-with-idrees/README.md

Typing SVG


Profile Views

⚛️ About Me

"Redefining AI models to unleash their full power — making them more efficient, scalable, and accessible to humanity."

I'm a Computational Scientist and AI Researcher from 🇵🇰 Pakistan, operating at the bleeding edge of Quantum Machine Learning, High-Performance Computing, and Generative AI. My research vision is to architect next-generation intelligent systems that transcend the limits of classical computing.

  • ⚛️ Quantum ML Researcher — exploring variational quantum circuits & quantum-classical hybrid models
  • 🖥️ HPC Enthusiast — designing parallel, distributed & GPU-accelerated ML pipelines
  • 🤖 Generative AI Researcher — LLMs, diffusion models, transformer architectures & RLHF
  • 🏆 Google Cloud AI × MLB Hackathon — built production-grade cloud AI analytics pipelines
  • ✍️ Technical Writer — publishing AI/ML research insights on Medium
  • 🌱 Currently exploring Quantum Error Correction, FlashAttention, and Model Compression


🔬 Research Interests

┌─────────────────────────────────────────────────────────────────────┐
│                                                                     │
│   ⚛️  Quantum Machine Learning     🖥️  High-Performance Computing   │
│       Variational Quantum              GPU-Accelerated Training     │
│       Circuits · QAOA · QNN           MPI · CUDA · Distributed     │
│                                        Systems · Benchmarking       │
│                                                                     │
│   🤖  Generative AI                 🧠  Foundation Models           │
│       LLMs · Diffusion Models          Pre-training · Fine-tuning   │
│       GANs · VAEs · Transformers       RLHF · LoRA · Quantization   │
│       RLHF · Prompt Engineering        Efficient Inference          │
│                                                                     │
└─────────────────────────────────────────────────────────────────────┘

🛠️ Technical Arsenal

⚛️ Quantum Computing

🤖 Generative AI & Deep Learning

🖥️ HPC & Systems

💻 Languages

☁️ Cloud & MLOps


🧬 Research Profile

class MuhammadIdrees:
    """
    Computational Scientist | Quantum ML · HPC · Generative AI Researcher
    """

    affiliation  = "Independent Researcher · Open to PhD / Research Positions"
    location     = "Pakistan 🇵🇰  →  Silicon Valley 🎯"
    mission      = "Redefine AI: efficient, scalable, and universally accessible"

    research_domains = {
        "Quantum ML"       : ["VQC", "QAOA", "Quantum Neural Networks", "Hybrid Classical-Quantum"],
        "HPC"              : ["CUDA Kernels", "Distributed Training", "MPI Parallelism", "GPU Optimization"],
        "Generative AI"    : ["LLMs", "Diffusion Models", "Transformers", "RLHF", "LoRA Fine-tuning"],
        "Foundation Models": ["Pre-training", "Efficient Inference", "Model Compression", "Quantization"],
    }

    currently_exploring = [
        "Quantum Error Correction for ML workloads",
        "FlashAttention & Memory-Efficient Transformers",
        "Sparse Mixture-of-Experts Architectures",
        "Quantum-Classical Hybrid Optimization",
    ]

    open_to = [
        "Research Collaborations",
        "PhD Opportunities",
        "AI/ML Research Internships",
        "Open Source Contributions",
    ]

🏆 Achievements & Highlights

🥇 Achievement Impact
☁️ Google Cloud AI × MLB Hackathon Built production-grade cloud AI pipelines for baseball analytics
⚛️ Quantum ML Research Exploring VQCs & hybrid models for next-gen AI acceleration
🤖 Generative AI Research LLMs, diffusion models & transformer architecture research
🖥️ HPC Systems GPU-accelerated & distributed ML pipeline development
✍️ AI Research Blogger Publishing cutting-edge ML insights on Medium
🎯 Competitive Programmer Active on LeetCode & HackerEarth — algorithmic problem solving

📊 GitHub Stats



📝 Latest Research Articles

Explore my latest AI/ML research writings on Medium →


⚛️ Quantum ML · 🖥️ HPC · 🤖 Generative AI · 🔬 Open to Research Collaborations & PhD Opportunities


📬 For research-related queries & collaborations, reach out directly:


Pinned Loading

  1. AoC_2024 AoC_2024 Public

    Forked from NathanielJS1541/AoC_2024

    Crowd-sourced solutions to the Advent of Code 2024.

    C++

  2. Google-Meet-AI-Attendence-Agent Google-Meet-AI-Attendence-Agent Public

    🤖 Autonomous AI agent that joins Google Meet classes, marks attendance, answers questions and generates PDF study notes — using Faster-Whisper, Ollama & Playwright. Zero cloud. Zero API keys. Built…

    Python 10