~/basit.dev
available for AI engineering work

$ whoami

Abdul Basit Allahwala

AI Engineer building

I build production-grade AI applications across LLMs, RAG, computer vision, OCR, speech-to-text, and multimodal workflows. I care about latency, accuracy, and code that holds up in production.

~/abdul-basit · zsh
basit@sixlogs:~$ cat about.txt
# role
AI Engineer @ Sixlogs Technologies — Karachi

# focus
production-grade RAG, agentic LLM systems, and real-time AI

# shipping
meeting bots · vision pipelines · pharma compliance RAG
basit@sixlogs:~$
01.about( )

About

A quick read on who I am and what I focus on.

I'm an AI Engineer focused on the part of the stack where models meet production: retrieval, orchestration, evaluation, and the boring-but-important plumbing that keeps systems honest under load.

My day-to-day at Sixlogs ranges from designing RAG pipelines and agentic workflows to shipping real-time meeting bots and multimodal vision systems. I've worked across embeddings (Cohere, OpenAI, SBERT), vector stores (ChromaDB, Pinecone), orchestration frameworks (LangChain, LangGraph, LlamaIndex), and the model-finetuning side with YOLO and classical CV via OpenCV.

I graduated with a BS in Artificial Intelligence from FAST NUCES, where my final-year work was an advanced RAG system for pharmaceutical compliance — still ongoing, now being optimized further with FAISS.

man basit
/**
* AI Engineer @ Sixlogs Technologies, based in Karachi.
* BS in Artificial Intelligence — FAST NUCES (2021–2025).
* Specialized in Retrieval-Augmented Generation, LLM apps, computer vision, OCR, and speech-to-text.
* Shipped meeting intelligence, video-inspection, document intelligence, and pharma-compliance RAG systems.
*/
export currentInterest = "agentic RAG · evals · multimodal";
02.skills( )

Skills

Grouped by the kind of system I'm building, not by buzzword density.

$ cat skills/rag.md

RAG & LLM Systems

End-to-end retrieval pipelines: chunking, hybrid retrieval, reranking, evaluation, and orchestration with agentic patterns.

LangChainLangGraphLlamaIndexCohere EmbeddingsOpenAI EmbeddingsClaudeGeminiSBERT (sentence-transformers)ChromaDBPineconeMistral 7BLlama 3Prompt EngineeringAgentic RAG

$ cat skills/vision.md

Computer Vision

Detection, fine-tuning, and frame-level video analysis pipelines that combine classical CV with multimodal LLM vision.

YOLOv8 fine-tuningPyTorchOpenCVFrame filtering pipelinesOpenAI Vision (GPT-4o)Claude VisionRoboflowOpenAI Image APIOCR (Tesseract)EasyOCRPaddleOCRUltralytics

$ cat skills/realtime.md

Real-time & Automation

Low-latency audio/video systems: WebSocket transcription, meeting bots, headless browser automation, and Recall.ai integration.

WhisperWebSocketsRecall.ai Bot APIPuppeteerPlaywrightCustom meeting botsWeb scrapingFastAPIYouTube API

$ cat skills/ml.md

ML Foundations & Languages

Deep learning fundamentals — transformers, CNN/ANN architectures, autoencoders, and recommender systems.

TransformersCNNs / ANNsVAE / AutoencodersRecommender Systemsscikit-learnXGBoostspaCyPythonJavaJavaScriptNode.jsCSQLAWSDockerLinux
03.selected projects( )

Selected Projects

Real systems I built or led — not toy demos. Each one shipped to a user, a client, or a research milestone.

$ open projects/pharma-rag

Advanced RAG for Pharmaceutical Compliance

Lead engineer · Final Year Project · Aug 2024 — Present

ongoing

RAG pipeline that automates regulatory-document retrieval for pharma compliance teams — moved from Llama 3 to Mistral 7B, swapped naive retrieval for SBERT embeddings, and tuned ChromaDB for production-scale corpora.

  • Built chunking + semantic retrieval with SBERT (~400MB) for low-latency embedding
  • Migrated LLM from Llama 3 → Mistral 7B for ~2× faster generation at lower cost
  • ChromaDB-backed vector store; FAISS migration in progress for further perf gains
  • Designed evaluation harness for retrieval precision on regulatory corpora
LangChainSBERTChromaDBMistral 7BHugging FacePython

$ open projects/meeting-bot

Meeting Intelligence Platform

AI Engineer · Sixlogs · 2025

production

Automated platform for meeting participation, transcript processing, semantic search, and business insight generation — built around Recall.ai, OpenAI, Pinecone, FastAPI, and RAG workflows.

  • Built automated meeting participation and transcript processing workflows
  • Developed webhook pipelines for transcript ingestion, chunking, and vector storage
  • Implemented semantic search and RAG for contextual Q&A and SOW document generation
  • Integrated OpenAI for summaries, action items, and business intelligence extraction
Recall.aiOpenAIPineconeFastAPIPythonRAG

$ open projects/video-vision

Computer Vision Inspection System

AI Engineer · Sixlogs · 2025

shipped

Computer vision inspection pipeline that fine-tunes YOLO models, filters video frames, detects anomalies, and routes relevant visual evidence to multimodal vision models.

  • Fine-tuned YOLO models on custom datasets for automated inspection workflows
  • Developed video analysis pipelines with frame filtering and anomaly detection
  • Integrated Vision AI models for intelligent defect identification
YOLORoboflowOpenCVPythonOpenAI Vision

$ open projects/document-intelligence

OCR & Document Intelligence System

AI Engineer · Sixlogs · 2025

shipped

Structured document extraction system that benchmarks and combines multiple OCR and vision models for scanned documents, forms, and business workflows.

  • Evaluated OpenAI Vision, Claude Vision, EasyOCR, PaddleOCR, and Tesseract
  • Built structured information extraction pipelines for scanned documents
  • Benchmarked OCR performance and optimized extraction accuracy
OpenAI VisionClaude VisionEasyOCRPaddleOCRTesseract

$ open projects/quiz-generation

AI Quiz Generation Platform

Engineer · 2025

shipped

End-to-end platform that ingests videos and educational content, transcribes them with Whisper, and uses LLMs to generate structured quiz questions.

  • Used Whisper for transcription and LLMs for intelligent question generation
  • Automated content ingestion through the YouTube API
  • Generated assessment-ready quizzes from long-form educational content
WhisperOpenAIPythonYouTube APILLMs

$ open projects/fashion-recsys

Fashion Recommendation System

Researcher / Engineer · 2024

shipped

Visual + collaborative recommender for fashion items — combines image-feature similarity with user-interaction signals to produce contextual outfit suggestions.

  • Built embedding-based item similarity over fashion-image features
  • Blended visual similarity with collaborative-filtering signals
  • Iterated on retrieval ranking and diversity heuristics
PyTorchscikit-learnPythonEmbeddings

$ open projects/alpr-yolo

Automatic License Plate Recognition (ALPR)

Engineer · Dec 2024 — Present

shipped

Fine-tuned YOLOv8 detection model for vehicle plates across varied lighting and angles, paired with OCR for end-to-end automated plate reading.

  • Fine-tuned YOLOv8 on a curated license-plate dataset
  • Integrated Tesseract OCR for plate-text extraction
  • Robust to varied lighting, angles, and partial occlusion
YOLOv8PyTorchUltralyticsOpenCVTesseract
view

$ open projects/scrapers

Headless-browser Scraping Stack

Engineer · 2024 — 2025

shipped

Production-grade scrapers using Playwright and Puppeteer for sites that aggressively defeat naive HTTP scraping — handled auth flows, dynamic content, and anti-bot heuristics.

  • Built parallel Playwright workers for high-throughput crawling
  • Puppeteer pipelines for sites requiring deeper DOM interaction
  • Stable session/cookie handling and retry/backoff strategies
PlaywrightPuppeteerNode.jsPython
04.experience & education( )

Experience & Education

Where I've shipped and where I learned the fundamentals.

git log --experience

  1. AI Engineer · Sixlogs Technologies

    May 2025 — Present

    Karachi, Pakistan

    • Designing and shipping LLM-powered features — RAG retrieval, agent orchestration, and multimodal vision pipelines.
    • Built real-time meeting bots over WebSockets, integrating Whisper and the Recall.ai Bot API for live transcription.
    • Engineered cost-efficient video inspection by combining OpenCV frame filtering with GPT-4o Vision.
    • Operate across the AI stack: prompt engineering, vector databases, evaluation, and deployment.

education

BS · Artificial Intelligence

FAST NUCES — National University of Computer and Emerging Sciences

Sep 2021 — 2025 · Karachi, Pakistan

  • Final Year Project: Advanced RAG for Pharmaceutical Compliance.
  • Coursework: Deep Learning, NLP, Computer Vision, Probabilistic ML.
05.chat with my ai twin( )

Chat with my AI twin

An agentic RAG agent (LangGraph + Together AI) grounded in my CV, projects, and skills.

ai-twin · agentic RAGonline

Hey — I'm Basit's AI twin. Ask me about his experience, projects, or skills. I can also pull up his CV. What would you like to know?

Powered by a LangGraph ReAct agent over Together AI — grounded in Basit's CV and projects.

06.contact( )

Contact

Hiring, collaborating, or just want to talk shop about RAG and agents — my inbox is open.

connect.sh
basit@portfolio:~$ ./connect.sh
# establishing connection to abdul-basit-allahwala…
[ok] handshake complete
[ok] channels online: email, linkedin, github, phone
[ok] response time ≈ within 24h
basit@portfolio:~$