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

Portfolio LinkedIn Email


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 14 TypeScript Convex Tailwind PWA Sentry

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.

Python FastAPI SQLite Chart.js Agentic 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.

TensorFlow Librosa MFCC Mel-spectrograms Streamlit

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.

Python OpenCV NumPy cvzone

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 19 TypeScript Vite Supabase Deno

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.

Remotion React 19 TanStack Tailwind v4 Radix UI

Private — happy to walk through it on request


Stack

AI / ML

Python TensorFlow PyTorch OpenCV scikit-learn Pandas NumPy

Backend & Data

FastAPI Django Node.js PostgreSQL MongoDB Convex

Frontend

TypeScript React Next.js Tailwind

Ship & Run

Docker AWS Vercel Git Playwright


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.

Email LinkedIn

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

Popular repositories Loading

  1. clonegit clonegit Public

  2. Github Github Public

  3. gitclone-test gitclone-test Public

  4. 123 123 Public

  5. theyassirkhan theyassirkhan Public

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

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

    Python