Skip to content
View theyassirkhan's full-sized avatar

Block or report theyassirkhan

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
theyassirkhan/README.md
Muhammed Yassir Khan — AI & Data Science Engineer

PortfolioLinkedInEmail


About

I'm an AI & Data Science engineer and independent developer in Bengaluru, building under MYK Productions. B.Tech in Artificial Intelligence & Data Science, class of 2026.

I take products the whole way — computer vision and speech models, agentic LLM apps, and real-time multi-tenant SaaS that paying clients run in production.

  • Building — BlockSense, a real-time operations platform for gated communities (web + installable PWA)
  • Going deeper on — generative AI, LLM tooling, and getting models to survive production
  • Freelancing — shipped and secured client systems: Supabase RLS, edge functions, CSP/HSTS hardening
  • Open to — ML engineering, data science and software roles, plus applied-research collaborations
  • Beyond code — led 300+ student ambassadors on national campaigns for Spotify, Netflix and Pepsi

Selected work

BlockSense

Multi-tenant SaaS for gated communities. A 30+ table schema across three role-based portals, live water/power/gas/sewage monitoring, and a prediction engine that forecasts depletion from 7-day rolling averages — firing WhatsApp and email alerts before a tank runs dry.

Next.js 14TypeScriptConvexTailwindPWASentry

Live demo · Mobile PWA — ~100 ms real-time sync, offline-capable

Money Lens

AI personal-finance dashboard. Parses Indian bank SMS into a categorised ledger in real time, detects recurring subscriptions, forecasts your balance — and runs an agentic chat that executes actions: creating goals, setting budgets, firing overspend alerts.

PythonFastAPISQLiteChart.jsAgentic AI

Live demo · Code

Speech Emotion Recognition

Classifies 7 emotions from voice by fusing a neural net with pitch analysis, NLP sentiment on transcribed speech, and voice heuristics in a weighted ensemble. Ships explainable output — which of pitch, energy or word choice drove each call — across a Streamlit app, a Python API and a CLI.

TensorFlowLibrosaMFCCMel-spectrogramsStreamlit

Code

Parking Space Detection

Real-time vacant-bay detection from parking-lot video. Grayscale → Gaussian blur → adaptive thresholding, then pixel-density analysis per bay, with colour-coded boxes, a custom space-picker tool and a live spot counter. No GPU required.

PythonOpenCVNumPycvzone

Code

Saba Collections · client work

A production QR-to-WhatsApp lead funnel for a fashion retail brand: Supabase Postgres with row-level security, a Deno edge-function write path with rate limiting, dedup and bot protection, an admin dashboard with CSV export, and per-campaign QR attribution. Hardened with CSP/HSTS, XSS and CSV-injection protection.

React 19TypeScriptViteSupabaseDeno

catalogue.sabacollections.in

Video Explainer Studio

A code-driven video pipeline — renders a multi-scene product explainer entirely from TypeScript components via Remotion, with a reusable theme system and an automated render script. Front-end built on TanStack Start.

RemotionReact 19TanStackTailwind v4Radix UI

Private — happy to walk through it on request


Stack

AI / ML

PythonTensorFlowPyTorchOpenCVscikit-learnPandasNumPy

Backend & Data

FastAPIDjangoNode.jsPostgreSQLMongoDBConvex

Frontend

TypeScriptReactNext.jsTailwind

Ship & Run

DockerAWSVercelGitPlaywright


Focus

Focus areas: computer vision, applied LLMs, shipped products

Let's build something

I'm most interested in problems where a model has to survive contact with real users.

EmailLinkedIn

MYK Productions · Bengaluru, India · Open to ML engineering, data science & software roles

Popular repositories Loading

  1. clonegit clonegitPublic

  2. Github GithubPublic

  3. gitclone-test gitclone-testPublic

  4. 123 123Public

  5. theyassirkhan theyassirkhanPublic

  6. Parking-Space-Detection-with-AI Parking-Space-Detection-with-AIPublic

    Real-time vacant parking-bay detection from CCTV video using OpenCV adaptive thresholding and pixel-density counting — runs without a GPU.

    Python