Skip to content
View H0NEYP0T-466's full-sized avatar
:shipit:
:shipit:

Highlights

  • Pro

Block or report H0NEYP0T-466

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

Typing SVG


h0neyp0t-466


🧠 SYSTEM.INITIALIZE()

class MuhammadFezan:
    def __init__(self):
        self.username    = "H0NEYP0T-466"
        self.name        = "Muhammad Fezan"
        self.location    = "Lahore, Pakistan 🇵🇰"
        self.role        = "AI Systems Engineer & Full-Stack Developer"
        self.university  = "Lahore Garrison University"
        self.degree      = "BSCS — 6th Semester"
        self.email       = "fezan1029@gmail.com"

    @property
    def tech_stack(self):
        return {
            "ai_ml":         ["Multi-Agent Systems", "RAG Pipelines", "LLM Fine-tuning (LoRA/QLoRA)",
                              "Computer Vision", "Deep Learning", "Self-Supervised Learning (DINOv2)",
                              "Medical Segmentation (U-Net, SAM-2)", "FAISS", "Agentic Workflows"],
            "llm_providers": ["OpenAI", "Anthropic", "Mistral", "Groq", "OpenRouter",
                              "NVIDIA NIM", "Longcat", "Nara", "GLM/Zhipu"],
            "fullstack":     ["React", "Node.js", "FastAPI", "MongoDB", "PostgreSQL", "WebSockets"],
            "devops":        ["Docker", "GitHub Actions", "AWS", "Vercel", "Railway", "Render"],
            "languages":     ["Python", "JavaScript", "TypeScript", "C/C++"],
        }

    def flagship_projects(self):
        return {
            "BTSC-UNet-ViT":  "Brain tumor classification + segmentation — hybrid ViT + U-Net on 90k+ images",
            "DINOv2-ISIC":    "Skin lesion classification — DINOv2 fine-tuned on ISIC 2019, achieved SOTA F1 Macro 0.7139",
            "GPT-1":          "GPT from scratch — nanoGPT trained on 35K WhatsApp messages, 523-token custom vocabulary",
            "FinetuneLLM":    "LLM fine-tuning pipeline — LoRA/QLoRA on custom datasets with FAISS-powered curation",
        }

    def current_mission(self):
        return [
            "🧬 Achieved SOTA in medical imaging — DINOv2-ISIC (F1 0.7139, beat ISIC 2019 leaderboard)",
            "🧠 Trained GPT from scratch on custom WhatsApp dataset — nanoGPT, 523-token vocab",
            "📦 Building LLM fine-tuning pipeline — LoRA/QLoRA with FAISS-powered data curation",
            "🤖 Architecting multi-agent systems & full-stack AI developer tools",
        ]

TECH ARSENAL

🤖 AI / ML & Agentic Systems

Multi-Agent RAG Fine-tuning LoRA DINOv2 U-Net SAM-2 HuggingFace W&B Computer Vision Deep Learning scikit-learn FAISS

🔮 LLM Providers

OpenAI Anthropic Mistral Groq OpenRouter NVIDIA Longcat Nara GLM

🌐 Full-Stack (MERN + FastAPI)

React Node.js FastAPI MongoDB TailwindCSS TypeScript Vite Socket.io JWT

🗄️ Databases & Storage

PostgreSQL MongoDB SQLite Firebase SQL Server

🚀 DevOps & Deployment

Docker GitHub Actions AWS Vercel Railway Render n8n

👨‍💻 Languages

Python JavaScript TypeScript C/C++


🎯 FEATURED PROJECTS

BTSC-UNet-ViT

Brain Tumor Classification + Segmentation

Tech: PyTorch · ViT · U-Net · Medical Imaging

research = {
    "architecture": "Hybrid ViT + U-Net",
    "dataset":      "90,000+ medical images",
    "tasks":        ["Classification", "Segmentation"],
    "approach":     "Transformer-based deep learning"
}

DINOv2-ISIC

Skin Lesion Classification — SOTA

Tech: PyTorch · DINOv2 · ISIC 2019 · Computer Vision

result = {
    "model":    "DINOv2-B fine-tuned",
    "dataset":  "ISIC 2019 — 25k images, 8 classes",
    "score":    "F1 Macro 0.7139 — beat official leaderboard",
    "status":   "Shipped.."
}

GPT-1

GPT From Scratch on Custom Data

Tech: PyTorch · nanoGPT · NLP · Character-Level Tokenizer

training = {
    "base":    "Karpathy nanoGPT — 6 layers, 4 heads",
    "data":    "35,213 WhatsApp messages",
    "vocab":   "523 tokens (8× Shakespeare's 65)",
    "context": "256 tokens, character-level"
}

FinetuneLLM

LLM Fine-Tuning Pipeline

Tech: Python · LoRA · QLoRA · HuggingFace · FAISS

pipeline = {
    "method":    "LoRA/QLoRA parameter-efficient tuning",
    "data_prep": "FAISS vector deduplication",
    "routing":   "Multi-model LLM ensemble",
    "output":    "Domain-adapted instruction models"
}

📊 GitHub Analytics

GitHub Streak

GitHub Stats

Activity Graph

🌐 Connect With Me

LinkedIn Stack Overflow Email


✍️ Thoughts Behind the Syntax


Snake animation

Made with 🤍

Pinned Loading

  1. BTSC-UNet-ViT BTSC-UNet-ViT Public

    🧠 BTSC-UNet-ViT— a🚀brain tumor segmentation & classification system combining 🧩Vision Transformers (ViT) for tumor detection and 🎯 UNet for precise pixel-level segmentation from MRI scans. Features…

    Python 5

  2. Dinov2-ISIC Dinov2-ISIC Public

    Skin lesion classification with a DINOv2-B backbone (86M params) on ISIC 2019 (8 classes). Self-contained Colab training script + FastAPI inference backend + React/TypeScript frontend. End-to-end, …

    Python 3

  3. GPT GPT Public

    🤖 From-scratch GPT in PyTorch — bigram, single-head & multi-head attention • FastAPI /generate endpoint • React + Vite frontend • Character-level tokenizer • CUDA support

    Python 3

  4. finetuneLLM finetuneLLM Public

    💻⚡ Terminal-style chat interface for local LLMs using React + TypeScript & FastAPI. Supports GGUF models, real-time token streaming, MongoDB chat history, and LoRA-based fine-tuning of Microsoft Ph…

    Python 3

  5. Dr.Document Dr.Document Public

    ⚙️ Dr. Document – a multi-agent 🚀 AI documentation generator using LongCat instances with iterative workflows, specialized agents for code analysis, requirements extraction, and management oversigh…

    Python 3

  6. Pen2PDF Pen2PDF Public

    ⚡ Pen2PDF Suite – an all-in-one 🚀 productivity platform ✨ with 🤖 AI-powered text extraction (PDF/Images → Markdown 📝), 📅 smart timetable management (CSV/Excel import 📊), ✅ todo lists with subtasks📈…

    JavaScript 10 2