Open to Opportunities

Muhammad Rafay
Hassan Bukhari

CS Undergraduate · Software Engineer · AI Systems Developer

6th-semester Computer Science student at COMSATS University Islamabad, Lahore Campus (Expected Graduation: 2027). I focus on software engineering and AI systems development — building production-grade web applications, autonomous agent architectures, and machine learning pipelines designed for real-world impact.

Scroll

About Me

Muhammad Rafay Hassan Bukhari

Engineering Software & Applied AI Systems

Currently in my 6th semester of Computer Science at COMSATS University Islamabad, Lahore Campus (Expected Graduation: 2027). My technical focus is centered on software engineering and applied AI systems — bridging backend architecture, database modeling, and machine learning models into robust, real-world solutions.

Across web development, I work with modern full-stack architectures, API design, and scalable database layers. On the AI side, my work involves natural language processing, agentic pipelines, and deep learning implementations using PyTorch, Hugging Face transformers, and scikit-learn.

I believe in learning through building real systems, testing assumptions against real-world constraints, and understanding problems deeply before jumping into implementation. Whether developing client-facing platforms or experimenting with autonomous agent architectures, I am committed to writing maintainable code, expanding my engineering capabilities, and growing alongside experienced technical teams.

Mission

To leverage AI and software engineering to build intelligent, user-centric solutions that create real-world impact — while continuously learning, growing, and collaborating with talented teams.

Vision

To become a versatile AI engineer who bridges the gap between cutting-edge research and production systems — building agentic AI solutions that make complex technologies accessible and impactful.

Experience & Training

Professional engineering roles, machine learning internships, and specialized technical training

Professional Experience
Senior Developer
Gharnama
Professional Experience
Remote 📅 2026 — Present
  • Leading full-stack engineering of a Lahore-first production real-estate marketplace platform
  • Architecting application workflows using Next.js, TypeScript, and Tailwind CSS with high responsiveness
  • Designing PostgreSQL database architecture and enforcing Row-Level Security (RLS) policies via Supabase
  • Implementing secure authentication architecture leveraging Supabase Auth and Google OAuth
  • Developing property discovery interfaces, listing moderation pipelines, and manual payment verification workflows
  • Managing continuous production deployments and performance monitoring on Vercel
  • Delivered production web application supporting real-estate discovery, listing lifecycle management, and administrative moderation
  • Established robust role-based security model ensuring strict data isolation across marketplace users
Machine Learning Engineering Intern
FlyRank AI
Professional Internship
Remote 📅 Jul 1, 2026 — Aug 31, 2026 🎓 July 2026 Cohort · Educational Internship
  • Conducted real-world data wrangling across complex join constraints, anonymized records, and nested JSON schemas
  • Formulated aggregation strategies and feature engineering pipelines to extract actionable signals from complex datasets
  • Researched and applied embedding and clustering techniques to analyze domain-specific patterns and opportunities
  • Connected machine learning model outputs and intent modeling to actionable business recommendations
  • Successfully completed intensive Machine Learning engineering curriculum meeting rigorous data quality standards
  • Delivered clean, well-documented analytical models connecting model inference to decision workflows
Verify Credential (ID: FR-D1-2F07F-FE509) →
Technical Training
Digital Marketing Specialist
IT Hut — Hut of IT Skills & Solutions
Technical Training
Sargodha, Pakistan 📅 Sep 2023 – Jan 2024 (4 months)
  • Developed and executed comprehensive digital marketing strategies across multiple platforms including Google Ads, Facebook, and Instagram
  • Managed social media campaigns, content calendars, and audience engagement analytics for client brands
  • Performed SEO audits, keyword research, and on-page optimisation to improve organic search rankings
  • Created data-driven reports using analytics tools to measure campaign performance and ROI
  • Successfully completed a 4-month intensive programme covering the full digital marketing stack from SEO to paid advertising
  • Built and optimised marketing funnels that demonstrated measurable engagement improvements across practice campaigns
WordPress Website Developer
IT Hut — Hut of IT Skills & Solutions
Technical Training
Sargodha, Pakistan 📅 Aug 2022 – Oct 2022 (2 months)
  • Designed and developed responsive WordPress websites using popular themes and page builders (Elementor, Divi)
  • Configured hosting environments, domains, SSL certificates, and site optimisation for performance
  • Customised themes with CSS and PHP modifications to meet specific client requirements
  • Built multiple complete WordPress websites from scratch, handling the full lifecycle from design to deployment
  • Earned an industry-recognised certificate from IT Hut upon successful completion of the intensive programme

Education

The academic foundation behind my technical expertise

B.S. Computer Science
COMSATS University Islamabad — Lahore Campus
6th Semester · Expected Graduation: 2027 Full-time
  • Specialising in Software Engineering, Machine Learning, and Applied AI Systems through hands-on project development
  • Core coursework: Machine Learning, Advanced Databases, Operating Systems, Web Technologies, Human-Computer Interaction, Linear Algebra
  • Active contributor to the ACM Student Chapter — technical initiatives and community event organization
F.Sc. Pre-Medical
Punjab College, Lahore
2021 – 2023 · Intermediate / Science Foundation Full-time

Projects

End-to-end projects demonstrating real engineering capability

Portfolio Archive

Selected Projects

Academic research, full-stack implementations, and algorithmic systems

Agentic Fake News Detection System
AI / NLP
Academic Project · 2024

An end-to-end NLP pipeline featuring a fine-tuned DistilBERT classifier and a three-agent architecture for semantic analysis, linguistic pattern recognition, and conflict resolution. Built to classify news articles as real or fake with high precision at scale.

  • 1Achieved 96% accuracy and F1 > 0.95 on a dataset of 20,000+ news articles
  • 2Implemented multi-agent consensus system for robust classification decisions
  • 3Fine-tuned DistilBERT with custom training pipeline for domain-specific performance
Python PyTorch Hugging Face DistilBERT NLP
AI Calling Receptionist
Available on Request
Real-world AI Automation Project · Completed

An AI-powered virtual receptionist for healthcare clinics that answers incoming patient calls, understands natural language, responds to patient inquiries, books appointments, schedules reminders, manages the clinic calendar, and automatically creates structured patient records for clinic staff.

  • 1AI Voice Receptionist with patient query handling and appointment booking capabilities
  • 2Clinic calendar integration, appointment reminder automation, and patient info collection
  • 3Automatic patient sheet generation and workflow automation for human-like conversations
Retell AI n8n AI Voice Agent REST APIs Workflow Automation
Mood-Based Generative Art Machine
Creative Coding
Personal Project · 2024

A zero-dependency generative art engine that renders unique SVG compositions based on user-selected moods. Six distinct mood-driven rendering algorithms built entirely in vanilla JavaScript, showcasing strong DOM manipulation fundamentals.

  • 1Built 6 mood-driven SVG rendering algorithms in pure JavaScript — no frameworks
  • 2Demonstrated deep DOM manipulation and creative problem-solving abilities
  • 3Zero dependencies — no build step, no external libraries required
Vanilla JS SVG CSS
AI Calling Agent — Full-Stack Web App
Full-Stack
Personal Project · 2024

A multi-page responsive SaaS web application with MVC backend architecture, dynamic routing, and a MongoDB data layer. Features a real-time sales dashboard using aggregation pipelines and jQuery polling.

  • 1Built production-grade MVC architecture with Express.js routing and middleware
  • 2Implemented real-time Sales Dashboard using MongoDB aggregation pipelines
  • 3Created responsive multi-page interface with EJS templates and Bootstrap
  • 4Integrated jQuery polling for live data updates without page refresh
Node.js Express.js MongoDB EJS Bootstrap jQuery
Heart Disease Prediction System
Machine Learning
Academic Project · 2024

A complete supervised ML pipeline from data cleaning and EDA through feature engineering, model comparison, and evaluation. Built to predict heart disease likelihood with clinical-grade model interpretation.

  • 1Implemented full pipeline: data cleaning, EDA, feature engineering, scaling, and model evaluation
  • 2Compared Logistic Regression vs Decision Tree with ROC curve and confusion matrix analysis
  • 3Applied robust cross-validation and hyperparameter tuning for reliable predictions
Python scikit-learn pandas NumPy Matplotlib
Match-Making System
Data Structures
Academic Project · 2024

A console-based profile matching application featuring a custom compatibility scoring algorithm. Leverages STL containers extensively for efficient data management and algorithmic matching.

  • 1Designed custom compatibility scoring algorithm using multiple weighted criteria
  • 2Implemented using STL containers: vector, queue, stack, unordered_map, and set
  • 3Demonstrated strong grasp of data structures and algorithmic thinking
C++ STL DSA
Smart Campus App
UI/UX Design
Academic Project · 2024

A comprehensive UI/UX design project featuring complete multi-screen mobile and web interfaces for a campus management system. Designed from scratch in Figma with full navigation flows and a reusable component system.

  • 1Designed multi-screen mobile and web interface with complete navigation flows
  • 2Created reusable component system and responsive layout system from scratch
  • 3Applied HCI principles for intuitive user experience across platforms
Figma Mobile UI Web UI UX Design

Skills

Core competencies honed through projects, coursework, and professional training

Languages
Python TypeScript JavaScript C++ SQL HTML / CSS
AI & Machine Learning
Machine Learning Deep Learning NLP LLM & Agent Systems Embeddings & Clustering PyTorch scikit-learn Hugging Face
AI Systems & Architecture
Model Routing Agent Orchestration Knowledge Graphs Persistent Memory Workflow Automation (n8n) CLI Systems
Software Engineering
Next.js React Node.js Express.js REST APIs Git / GitHub Responsive Web Architecture
Data & Backend
PostgreSQL Supabase Row-Level Security (RLS) Database Design MongoDB Aggregation Pipelines
Tools & Infrastructure
VS Code Figma Linux / Shell Vercel Deployment Testing Infrastructure STL / Algorithms

Certifications

Professional certifications and recognitions earned through dedicated training

WordPress Website Development Certificate — IT Hut
WordPress Website Development
IT Hut
Digital Marketing Certificate — IT Hut
Digital Marketing
IT Hut
Certificate of Appreciation — ACM 404 Squad
Certificate of Appreciation — 404 Squad
ACM CUI Lahore
Certificate of Appreciation — Event Emperors
Certificate of Appreciation — Event Emperors
ACM CUI Lahore

Achievements & Recognition

Milestones and accomplishments across my academic and professional journey

0
Years Experience
0
Certifications
0
Projects
0
Awards
Professional
2024
ACM 404 Squad — Certificate of Appreciation
ACM Student Chapter, COMSATS University Lahore

Recognized for exceptional dedication and contributions to the 404 Squad. Efforts that strengthened ACM's community engagement and technical programming initiatives.

Professional
2024
ACM Event Emperors — Certificate of Appreciation
ACM Student Chapter, COMSATS University Lahore

Recognized for exceptional dedication and contributions to the Event Emperors squad. Played a key role in organizing technical events and community outreach programmes.

Academic
2024
Agentic Fake News Detection — 96% Accuracy
COMSATS University Islamabad

Achieved 96% accuracy and F1 score above 0.95 on 20,000+ news articles using a custom three-agent NLP architecture with fine-tuned DistilBERT — a standout academic project showcasing research-grade AI engineering.

Academic
2022–2024
Industry Certifications — IT Hut
IT Hut — Hut of IT Skills & Solutions

Earned industry-recognised certifications in WordPress Website Development and Digital Marketing, completing intensive hands-on training programmes and building real-world project portfolios.

Get In Touch

Have an opportunity, a project idea, or just want to say hello? I'd love to hear from you.

Send a Message

I'll get back to you as soon as possible.

Message Sent!

Thank you for reaching out. I'll respond within 24 hours.

Contact Information

Feel free to reach out through any of these channels.

Emailmuhammadrafayhassanbukhari@gmail.com
Phone0300-3058000
LocationLahore, Pakistan
LinkedInMuhammad Rafay Hassan Bukhari
GitHubm-rafay-bukhari