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()| SYSTEM / ARCHITECTURE | CATEGORY & DOMAIN | HIGHLIGHTS & METRICS | STACK & LINKS |
|---|---|---|---|
| ποΈ AI Dental Receptionist Real-Time Conversational Voice Agent |
VOICE AIAGENTIC |
β’ Sub-300ms speech latency β’ Automated clinic scheduling β’ STT β LLM β Tools β TTS |
Pipecat LangGraphWebRTC ChromaDBSource Code |
| π¨ RescueAI Emergency Response Intelligence Platform |
AI / VOICELIVE DEMO |
β’ Real-time emergency routing β’ GPS-based SOS workflows β’ Async microservice backend |
FastAPI ReactLlama 3 TwilioLive Demo |
| π§ DeepFoundry Deep Learning Archive & PyTorch Masterclass |
RESEARCHOPEN SOURCE |
β’ 18-week masterwork curriculum β’ 98 standalone PyTorch modules β’ First-principles proofs |
PyTorch PythonTorch-GeometricExplore Masterclass |
| π VeriFlow Revenue Intelligence & Compliance Engine |
ANALYTICSFINTECH |
β’ $21M+ financial volume audited β’ 5,500+ transactions analyzed β’ 86 overcharge fraud cases caught |
Python PandasScikit-Learn FastAPISource Code |
| β‘ ApexKV High-Performance Key-Value Cache Engine |
INFRASYSTEMS |
β’ Multi-threaded TCP socket handling β’ Redis-inspired architecture β’ Write-Ahead Logging (WAL) |
Java TCP SocketsTTL LRU EvictionSource Code |
| π‘ Genetron 5G Base Station Placement Optimizer |
EVOLUTIONARYALGORITHMS |
β’ NSGA-II multi-objective AI β’ Signal propagation modeling β’ 99.4% simulated coverage |
NSGA-II SciPyFastAPI ReactSource Code |
Ranked 86th in AsiaGIKI 2024Top Algorithmic Performance |
CodeJail ChampionshipNaSCon Β· FAST-NUCESIntense Solo Arena Competition |
FAST Problem SolvingCompetitive ProgrammingAlgorithmic Speed Optimization |
GenAI DeveloperApplication DeveloperGenerative AI Distinction |
- π Voice AI Engineering Intern @ Verxeon (2026): Sub-300ms AI voice agents,
LangGraphDAGs, 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.
- π 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)
"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 π΅π°


