Skip to content

Repository Index

All Projects

The complete catalog of 55 repositories across 8 AI domains, each regenerated from code and git history. Filter by domain or search by name, tech, or keyword.

55 repositories

Central production CV+analytics API for a British American Tobacco retail-execution program — live Hugging Face deployment (merges the BAT_Master flagship and its earliest prototype lineage).

FastAPIYOLOPyTorchHypercorn case study

Unilever Bangladesh retail-execution API — 10+ versioned YOLO models with cross-model reconciliation (Display Audit, QPDS, SOS, MTSOS), live Hugging Face deployment.

FastAPIYOLOdlibDocker case study

Retail item-detection + agent face-verification API for a Malaysian deployment.

FastAPIYOLOface_recognition case study

Multi-module retail-audit API: Display Audit, POSM, Sachet, and Share-of-Shelf.

FastAPIYOLOOpenCVasync case study

Mobile-financial-services (Nagad/bKash/Rocket/Tap) branding detection API.

FastAPIYOLOpandas case study

Versioned (v12) snapshot of the Nagad detection API.

FastAPIYOLO

Async object-detection & counting microservice (reusable detection pattern).

FastAPIYOLOv5asyncio

Object distance/spacing estimation from detections (pixel-to-metric).

FastAPIYOLONumPy

Competitor-product detection experiment (YOLO + Gemini vision).

FastAPIYOLOGemini

Team recognition + directory-lookup API.

FastAPIYOLOv5pandas

Browser AR camera demo (WebSocket + OpenCV) — maps to the AR validation tool.

FastAPIWebSocketsOpenCV

Multi-module AI model store/API unifying BAT, Unilever, face recognition, OCR, and conversational-NLP services behind one Hugging Face deployment.

FastAPIYOLOOCRNLP case study

Identity verification by matching a selfie against an NID photo (face embeddings).

FastAPIface_recognitiondlib

Two-image face verification API (dlib encodings).

FastAPIface_recognitiondlib

Real-time face & landmark detection (OpenCV + MediaPipe Holistic).

OpenCVMediaPipe

Custom PyTorch Bangla intelligent character recognition (CNN + CTC).

PyTorchOpenCVCTC case study

Detection-driven OCR field-extraction demo (detect-then-read).

FastAPIYOLOOCR case study

Hybrid OCR: Google Cloud Vision + Gemini 1.5 Flash + NLTK.

Cloud VisionGeminiNLTK case study

Production real-time conversational voice agent (WebRTC → STT → LangGraph → TTS).

WebRTCLangGraphfaster-whisperMCP case study

Hospital appointment-booking voice & chat agent — LangGraph slot-memory core with a Gemini Live audio bridge, Twilio/email tool-calling, and WebRTC transport.

Gemini LiveLangGraphTwilioWebRTC case study

Multi-agent, self-correcting RAG over MongoDB (Planner→Executor→Critic).

LangGraphMongoDBSSE case study

Clean MongoDB retrieval-augmented-generation pipeline (E5 embeddings).

FastAPIMongoDBsentence-transformers case study

Bangla document RAG Q&A with strict grounding (FAISS + Gemini).

LangChainFAISSGeminiTesseract case study

LangGraph learning notebooks & agent-workflow experiments.

LangGraphJupyter

Intent chatbot dispatching to operational data functions (UBL variants).

PyTorchNLTKFastAPI

Intent-classification chatbot over spreadsheet data (bag-of-words).

PyTorchNLTK

Rule-based & TF-IDF retrieval chatbots (pre-LLM techniques).

NLTKscikit-learn

Async Telegram service bot with inline menus & encrypted config.

Telegramhttpxcryptography

Local, GPU-accelerated voice assistant loop (whisper → local LLM → TTS).

faster-whisperTransformersllama.cpp

Bangla text-to-speech fine-tuning (Coqui VITS + grapheme frontend, expanding toward XTTSv2).

Coqui VITSPyTorchlibrosaXTTSv2 case study

Speech-to-text dataset builder (Cloud Speech + Gemini normalization).

Cloud SpeechGeminiopenpyxl case study

Audio brand-mention detection for BAT (AssemblyAI + fuzzy regex).

AssemblyAIregex

Campaign-phrase compliance detection from field audio (NLTK + fuzzy match).

AssemblyAINLTKregex

Two self-hosted Ubuntu GPU servers hosting production AI + training (internal).

UbuntuNVIDIA GPUDockerBash case study

GPU instance selection & provisioning automation (Vast.ai cost optimization).

BashPythonVast.ai case study

Docker & containerization practice (Compose, cheat sheet).

DockerFastAPI

ML/CV engineering toolbox — dataset prep, YOLO annotation, training utils.

PyTorchOpenCVLabel Studio

Fastfetch config presets & ASCII art (Arch / Hyprland dotfiles).

Arch LinuxHyprlandJSONC

Hybrid IP-gated attendance system (internal production) — Fernet-encrypted creds.

FastAPIGoogle SheetsDocker

Django REST API demo + Python client.

DjangoDRF

First Django project (StudyBud discussion-rooms clone).

DjangoSQLite

Django practice sandbox (models/views/URLs/templates).

DjangoSQLite

HTML/CSS learning lessons (numbered, per-page stylesheets).

HTML5CSS

MongoDB setup & usage notes underpinning the DB-backed projects.

MongoDB

Algorithm practice — LeetCode solutions in notebooks.

PythonJupyter

Personal configuration store (reusable setup bundle).

Config

Image filtering via convolution — blur, sharpen, edge detection.

OpenCVNumPy

Global, adaptive & Otsu thresholding for binarization/segmentation.

OpenCVNumPy

Erosion, dilation, opening, closing, gradient & hat operations.

OpenCVNumPy

Contrast enhancement — global equalization & adaptive CLAHE.

OpenCVNumPy

Vanishing-point detection (Canny + Hough + RANSAC).

OpenCVRANSAC

Homography & perspective warping with interactive click-to-warp.

OpenCVNumPy

Chessboard calibration & lens-distortion correction (intrinsics).

OpenCVcalibration

Affine transforms — translation, rotation, scale, shear.

OpenCVNumPy

Feature matching from classical keypoints up to GPU LightGlue.

OpenCVLightGlueCUDA