Skip to content
View MuhammadTahaNasir's full-sized avatar

Highlights

  • Pro

Block or report MuhammadTahaNasir

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
MuhammadTahaNasir/README.md
Muhammad Taha Nasir Header Banner

πŸ‘¨πŸ’» Executive Summary

Computer Science student at FAST-NUCES specializing in Generative AI, LLM applications, real-time Voice AI agents, and intelligent software architectures.

Experienced in building production-grade AI applications including Retrieval-Augmented Generation (RAG) systems, voice agents, and machine learning solutions using LangGraph, LangChain, FastAPI, React, and Python. Strong foundation in machine learning, backend engineering, and scalable software development.

from dataclasses import dataclass
from typing import List, Dict

@dataclass
class GenerativeAIEngineer:
    name: str = "Muhammad Taha Nasir"
    role: str = "Generative AI Engineer & Systems Architect"
    education: str = "BS Computer Science @ FAST-NUCES (2023 - Present)"
    leadership: str = "President @ FAST Innovation Club"
    mindset: str = "Build scalable systems, not just standalone demos."

    core_stack: Dict[str, List[str]] = None

    def __post_init__(self) -> None:
        self.core_stack = {
            "ai_orchestration": ["LangGraph", "LangChain", "Pipecat", "LlamaIndex"],
            "models_retrieval": ["PyTorch", "Hybrid RAG", "ChromaDB", "Re-Rankers"],
            "backend_infra": ["Python", "FastAPI", "Django", "Docker", "gRPC", "Redis"]
        }

    def execute_pipeline(self, user_input: str) -> str:
        """Processes real-time audio/text through multi-agent DAGs & vector stores."""
        voice_stream = self.stt_convert(user_input)
        context = self.hybrid_rag_search(voice_stream, top_k=5)
        agent_action = self.langgraph_agent.reason(context)
        return self.tts_stream(agent_action)

    def say_hi(self) -> None:
        print("Salaam πŸ‘‹! Welcome to my GitHub!")

me = GenerativeAIEngineer()
me.say_hi()

πŸš€ 01 / FEATURED PROJECTS & SYSTEMS

SYSTEM / ARCHITECTURE CATEGORY & DOMAIN HIGHLIGHTS & METRICS STACK & LINKS
πŸŽ™οΈ AI Dental Receptionist
Real-Time Conversational Voice Agent
VOICE AI
AGENTIC
β€’ Sub-300ms speech latency
β€’ Automated clinic scheduling
β€’ STT β†’ LLM β†’ Tools β†’ TTS
Pipecat LangGraph
WebRTC ChromaDB
Source Code
🚨 RescueAI
Emergency Response Intelligence Platform
AI / VOICE
LIVE DEMO
β€’ Real-time emergency routing
β€’ GPS-based SOS workflows
β€’ Async microservice backend
FastAPI React
Llama 3 Twilio
Live Demo
🧠 DeepFoundry
Deep Learning Archive & PyTorch Masterclass
RESEARCH
OPEN SOURCE
β€’ 18-week masterwork curriculum
β€’ 98 standalone PyTorch modules
β€’ First-principles proofs
PyTorch Python
Torch-Geometric
Explore Masterclass
πŸ” VeriFlow
Revenue Intelligence & Compliance Engine
ANALYTICS
FINTECH
β€’ $21M+ financial volume audited
β€’ 5,500+ transactions analyzed
β€’ 86 overcharge fraud cases caught
Python Pandas
Scikit-Learn FastAPI
Source Code
⚑ ApexKV
High-Performance Key-Value Cache Engine
INFRA
SYSTEMS
β€’ Multi-threaded TCP socket handling
β€’ Redis-inspired architecture
β€’ Write-Ahead Logging (WAL)
Java TCP Sockets
TTL LRU Eviction
Source Code
πŸ“‘ Genetron
5G Base Station Placement Optimizer
EVOLUTIONARY
ALGORITHMS
β€’ NSGA-II multi-objective AI
β€’ Signal propagation modeling
β€’ 99.4% simulated coverage
NSGA-II SciPy
FastAPI React
Source Code

πŸ› οΈ 02 / ENGINEERING TECH MATRIX

Generative AI & Orchestration

Core AI / ML Frameworks

High-Performance Backend & Databases

Cloud, Containers & Web

πŸ† 03 / HONORS, LEADERSHIP & CAREER

🌏 ICPC REGIONALIST

Ranked 86th in Asia
GIKI 2024
Top Algorithmic Performance

πŸ₯‡ 1ST PLACE WINNER

CodeJail Championship
NaSCon Β· FAST-NUCES
Intense Solo Arena Competition

πŸ₯‰ 3RD PLACE

FAST Problem Solving
Competitive Programming
Algorithmic Speed Optimization

πŸŽ“ 96.04% TOP SCORE

GenAI Developer
Application Developer
Generative AI Distinction
  • πŸš€ Voice AI Engineering Intern @ Verxeon (2026): Sub-300ms AI voice agents, LangGraph DAGs, Twilio & Google Calendar voice scheduling.
  • πŸ›‘οΈ Enterprise Security Intern @ Central Depository Company of Pakistan (2026): Enterprise IAM governance, risk management & audit controls.
  • πŸ”¬ Software Engineering Intern @ NUSyS Lab Β· FAST-NUCES (2026): Built Student Society Management Module for NUtomate digital platform.
  • πŸ’» Frontend Engineering Intern @ hwhelp.me (2025): Responsive UI components with HTML, CSS, JS, PHP & MySQL backend integration.
  • πŸ€– AI/ML Engineering Intern @ Advtrix (2025): ML pipelines, K-Means customer segmentation (40% effort reduction) & MLflow.
  • πŸŽ“ AI Software Engineering Fellow @ Headstarter AI (2024): Generative AI apps, RAG pipelines, FastAPI microservices & React.

πŸ“œ Key Certifications & Specializations

  • πŸ† Generative AI Application Developer (NCEAC-HEC & ULEF - Top Score Distinction: 96.04%)
  • 🧠 Deep Learning Specialization (DeepLearning.AI)
  • πŸ“Š Machine Learning Specialization (Coursera / Stanford University)
  • πŸ‡΅πŸ‡° NAVTTC Artificial Intelligence Program (Government of Pakistan)

πŸ“Š 04 / GITHUB STATS & ACTIVITY ENGINE

🌍 05 / CONNECT WITH ME

✍️ 06 / QUOTE I LIVE BY

"The future belongs to those who learn more skills and combine them in creative ways." : Robert Greene

Made with πŸ’», β˜•, and lots of curiosity in Karachi πŸ‡΅πŸ‡°

Pinned Loading

  1. nego-bots nego-bots Public

    Emergent negotiation tactics in Multi-Agent Reinforcement Learning (MARL) via Self-Play PPO, featuring an interactive live dashboard.

    HTML

  2. llm-learning-hub llm-learning-hub Public

    A hands-on collection of practical notebooks for learning and building with LLMs , including prompt engineering, RAG, fine-tuning, and evaluation. Built for aspiring AI engineers using only free an…

    Jupyter Notebook 3 1

  3. Veriflow Veriflow Public

    A machine learning platform for enterprise B2B invoice auditing, detecting revenue leakage and inflated freight charges.

    Jupyter Notebook

  4. RescueAI RescueAI Public

    A bilingual (English/Urdu) AI emergency response platform for Pakistan. Features instant GPS-SOS alerts, live responder tracking, and ARIA which is a real-time AI assistant for critical emergency g…

    TypeScript 1

  5. Aleesha-hayat20/5g-Tower-Optimizer Aleesha-hayat20/5g-Tower-Optimizer Public

    End-of-Semester_AI_Project/Spring26: The 5G Tower Placement Optimizer is a spatial AI and optimization project that simulates how telecom operators can place a fixed number of towers across a city …

    Jupyter Notebook

  6. OptiLux OptiLux Public

    A professional, high-performance image processing web application built with FastAPI and OpenCV. Features a responsive, glassmorphism UI for seamless image adjustments and real-time histogram analy…

    HTML 2