Skip to content
View YaqoobD's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Lovehoney Group
  • Berlin, Germany
  • 02:57 (UTC -12:00)
  • LinkedIn in/yaqoobdavid

Block or report YaqoobD

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

Hi, I'm Yaqoob πŸ‘‹

Senior AI Engineer Β· I build voice agents, RAG systems, and end-to-end ML products β€” the kind that ship.

LinkedIn Repos


What I'm working on

  • Julia β€” voice-first sexual wellness consultant. Same Claude-backed engine across web (Whisper + ElevenLabs) and phone (Vapi). Tool use, RAG, safety rails, FastAPI.
  • Smart City Dashboard β€” full-stack ML dashboard for Dubai with temperature forecasting (RΒ² = 0.986) and traffic prediction. Flask + scikit-learn + Chart.js.
  • Always poking at the gap between demoable AI and trustworthy AI β€” retrieval grounding, conversation design, refusal behaviour.

Things I reach for

LLM / Agents Anthropic Claude, OpenAI, tool use, prompt caching, LangChain
RAG OpenAI embeddings, FAISS, NPZ-indexed cosine retrieval, GPT4All for local
Voice Whisper (STT), ElevenLabs (TTS), Vapi (telephony)
ML scikit-learn, PyTorch, transfer learning, classical regressors
Backend Python, FastAPI, Flask
Frontend Vanilla JS / HTML / CSS β€” no-framework when it doesn't earn the weight

Reach out

Best on LinkedIn β€” happy to talk about voice AI, retrieval design, or anything in the pinned repos.

Based in Berlin Β· open to interesting problems

Pinned Loading

  1. julia julia Public

    Voice-first sexual wellness consultant β€” Claude tool use + RAG, web (Whisper + ElevenLabs) and phone (Vapi) on the same FastAPI engine

    Python

  2. smart-city-dashboard smart-city-dashboard Public

    AI-powered urban intelligence dashboard for Dubai β€” temperature forecasting (RΒ²=0.986) and traffic prediction with Flask + scikit-learn + Chart.js

    Python

  3. Decode-Your-Digital-Persona Decode-Your-Digital-Persona Public

    Personality analysis from bios and posts β€” Flask app combining a local NLP model with OpenAI GPT for layered persona insights

    HTML

  4. langchain-gpt4all-rag-local langchain-gpt4all-rag-local Public

    Run a private, CPU-only RAG pipeline with GPT4All + LangChain + FAISS β€” semantic search over your own documents, no GPU and no internet required

    Python

  5. brain-tumor-classification brain-tumor-classification Public

    Brain MRI tumor classification with CNNs and transfer learning β€” image augmentation pipeline, model comparison, performance metrics

    Jupyter Notebook

  6. face_swap face_swap Public

    Face swapping for images and video β€” OpenCV + deep-learning models with real-time face detection

    Python 1