Skip to content
View ZaafirRizwan's full-sized avatar

Block or report ZaafirRizwan

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

Zaafir Rizwan

Building AI, data, cloud, and automation systems from idea to production

I build practical software across AI applications, data pipelines, voice automation, computer vision, image generation, cloud infrastructure, and backend systems.

LinkedIn Email Portfolio


SYSTEM PROFILE
────────────────────────────────────────────────────
Name        Zaafir Rizwan
Focus       AI Apps · Data Engineering · Cloud · Automation
Builds      Intelligent systems that connect models, data, APIs, and users
Stack       Python · FastAPI · AWS · Bedrock · LangGraph · Data Pipelines
Direction   Product-minded engineering across modern AI and cloud workflows
────────────────────────────────────────────────────

What I build

I work across the full stack of modern AI products: data, models, APIs, cloud, automation, and user-facing workflows.

  • AI applications using LLMs, agents, retrieval, function calling, structured outputs, and workflow automation
  • Data engineering pipelines for ingestion, transformation, storage, search, analytics, and production data flows
  • Voice AI systems for speech interfaces, calling workflows, transcription, summarization, and automation
  • Image and multimodal systems for image generation, document understanding, video analysis, and vision workflows
  • Cloud-native backends using APIs, containers, queues, databases, serverless services, and scalable deployment patterns
  • AWS and Bedrock workflows for building model-powered applications on managed cloud infrastructure

System architecture I like building

flowchart LR
    A[Users / Business Workflow] --> B[API Layer]
    B --> C[Orchestration]

    D[Documents] --> H[Data Pipeline]
    E[Audio / Voice] --> H
    F[Images / Video] --> H
    G[Structured Data] --> H

    H --> I[Storage + Search]
    I --> C

    C --> J[LLMs / Bedrock / Vision Models]
    J --> K[Tools + Automations]
    K --> L[Product Output]

    L --> M[Monitoring]
    M --> N[Evaluation + Iteration]
    N --> C
Loading

Data → cloud → models → automation → product → feedback loop


Featured projects

Project What it shows Area
mini-agentic-rag-system Model orchestration, retrieval, reasoning, and tool use AI Applications
Building-Autonomous-AI-Agents-with-LangGraph Agent workflows, graph state, planning loops, and automation patterns Agents / Automation
Rag_log_analysis Log analysis, data search, and operational intelligence Data + AI
local-rag Private document intelligence and local-first AI workflows Knowledge Systems
resume-fit Resume matching, scoring, and workflow automation AI Product
video-understanding Video analysis, multimodal reasoning, and computer vision workflows Multimodal AI
bim-agent Built-environment automation with spatial/document reasoning Applied AI

Core engineering areas

AI product engineering

I build model-powered applications that combine prompts, tools, APIs, memory, structured outputs, and real user workflows.

OpenAI · Gemini · AWS Bedrock · LangGraph · LangChain · Structured Outputs · Tool Calling

Data engineering and intelligent pipelines

I design pipelines that move data from raw sources into systems that can search, analyze, reason, and automate.

Python · ETL/ELT · PostgreSQL · Vector Search · Data Ingestion · Analytics · Automation

Voice, vision, and multimodal systems

I work with audio, image, video, documents, and structured data to build systems that understand more than text.

Voice AI · Transcription · Image Generation · Computer Vision · Video Understanding · Document AI

Cloud and backend systems

I care about making ideas deployable: clean APIs, scalable services, cloud infrastructure, observability, and maintainable architecture.

FastAPI · Docker · AWS · GCP · Bedrock · SageMaker · Lambda · CI/CD


Tech stack

AI / LLMs OpenAI · Gemini · AWS Bedrock · LangGraph · LangChain · LlamaIndex · Hugging Face
Data Python · SQL · PostgreSQL · ETL/ELT · data ingestion · analytics · search pipelines
Voice / Multimodal Speech workflows · transcription · image generation · computer vision · video understanding · document AI
Backend FastAPI · REST APIs · background workers · queues · authentication · databases
Cloud / MLOps AWS · GCP · Docker · Kubernetes · Terraform · SageMaker · GitHub Actions · CI/CD

How I think

Good AI products are not just prompts. They are systems: data pipelines, model orchestration, cloud infrastructure, backend APIs, evaluation, automation, and user experience working together.

I like building systems that are:

  • useful beyond a demo
  • connected to real data and real workflows
  • reliable enough to run in production
  • designed for latency, cost, and maintainability
  • flexible across text, voice, image, video, and structured data
  • built with a product mindset, not just a model-first mindset

Current direction

  • AI agents and workflow automation
  • Voice AI and real-time assistant experiences
  • Image generation and multimodal AI products
  • Data engineering for AI-ready systems
  • AWS Bedrock and cloud-native AI applications
  • Backend infrastructure for AI products

If you are building useful AI, data, or cloud systems, let’s connect.

Connect on LinkedIn Email Me


Profile views

Popular repositories Loading

  1. Image_Classification_using_pretrained_model Image_Classification_using_pretrained_model Public

    Forked from udacity/aipnd-project

    Project code for AI Programming with Python ND Program

    Jupyter Notebook 2

  2. Predict-Bike-Sharing-Demand-with-AutoGluon Predict-Bike-Sharing-Demand-with-AutoGluon Public

    Jupyter Notebook 1

  3. ML_Workflow_on-_AWS_Sagemaker ML_Workflow_on-_AWS_Sagemaker Public

    Jupyter Notebook 1

  4. Image_Classification_using-_Sagemaker Image_Classification_using-_Sagemaker Public

    Jupyter Notebook 1

  5. Inventory_Monitoring_at_Fullfillment_Centers_using_Sagemaker Inventory_Monitoring_at_Fullfillment_Centers_using_Sagemaker Public

    AWS Machine Learning Project

    Jupyter Notebook 1

  6. Rag_log_analysis Rag_log_analysis Public

    Flask-based log analysis backend using Gemini-powered multi-agent RAG. POST /analyze processes logs with hybrid retrieval (BM25+FAISS), self-corrective query rewriting, and concise answers. Ideal f…

    Python 1