Hassan Yousafzai — Agentic AI & ML Engineer
I build autonomous systems that think, reason, and act.
This repository contains my personal portfolio site and links to selected projects demonstrating multi-agent systems, LLM integrations, hybrid ML–simulation models, and other data/ML work.
Live demo
https://hassanyousafzai.github.io/
Featured projects
Agentic Compliance System
- Repo / Demo: https://github.com/HassanYousafzai/compliance-multi-agent
- Short description: An architecture of autonomous agents that leverages LLMs, memory, and orchestration to monitor and reason about compliance workflows.
- Tech: LangChain, Python, vector DB (FAISS/Chroma), Docker.
Hybrid ML–Simulation Material Model
- Repo / Demo: https://github.com/HassanYousafzai/Material-Design-ML-Model
- Short description: Graph Neural Network and physics-informed hybrid model for predicting material properties by merging simulated and observed data.
- Tech: PyTorch, GNNs, simulation frameworks.
Retrieval-Augmented Scientific Insights
- Repo / Demo: https://github.com/HassanYousafzai/rag-material-insights
- Short description: Pipeline for ingesting scientific literature, creating vector embeddings, and building RAG-powered agents for domain Q&A.
- Tech: LangChain, FAISS/Chroma, transformers.
For a full list of projects see the projects/
directory or visit my GitHub profile: https://github.com/HassanYousafzai
About this site
This is a GitHub Pages static site (HTML/CSS). The index page provides an overview of my skills, featured projects, education, and contact info. The site is intentionally minimal and optimized for recruiters and collaborators who want quick access to code and demos.
- Python, PyTorch, LangChain
- Vector DBs: FAISS, Chroma
- Graph Neural Networks (GNNs)
- Docker, AWS (basic deployments)
- Static site: GitHub Pages (HTML/CSS) — replace with Jekyll/Hugo if you prefer
How to run locally
- Clone the repo:
```bash
git clone https://github.com/HassanYousafzai/.git
cd