Research-relevant flagships first: low-resource OCR, biomedical imaging methods, multimodal systems, and retrieval. Additional demos listed after.
SenseScan
Bengali handwritten document OCR
Full-page Bengali handwriting: EAST + LANMS detection, CRNN recognition with QAT-ready checkpoints, reading-order assembly. FastAPI endpoints (/plugin, /v1/ocr/handwritten), optional Gradio UI, DataParallel multi-GPU.
Python · PyTorch · FastAPI · OpenCV · LANMS · Gradio
GitHub →
RSNA biomedical imaging
Brain MRI and abdominal CT (Kaggle)
EfficientNet3D on mpMRI DICOM (FLAIR, T1w, T1wCE, T2w) for MGMT classification; RSNA 2023 abdominal trauma with 2.5D EfficientNet CNN, 3D R3D-18, and DICOM-to-3D preprocessing. Methods notebooks public; competition ranks not claimed here.
PyTorch · pydicom · EfficientNet3D · KerasCV · R3D-18
Kaggle →
Voice Healthcare Agent
Full-stack conversational agent (FastAPI · Next.js 14)
Open-source monorepo: FastAPI backend with Next.js /call UI—REST and WebSockets for STT/TTS and agent turns, plus optional LiveKit WebRTC via a dedicated worker calling the same API. Uses Ollama, faster-whisper, and Piper; SQLite for appointment tooling and transcript persistence aligned across transports; optional MuseTalk lip-sync. Backend and frontend CI with pytest and Vitest.
Python · TypeScript · FastAPI · Next.js · LiveKit · Ollama · Docker Compose · GitHub Actions
GitHub →
GradConnectAI
Supervisor discovery & matching
End-to-end platform: CV signal extraction, AI-driven professor/opportunity discovery, ranked matches with evidence and outreach drafts.
FastAPI · Next.js · TypeScript · PostgreSQL · pgvector · Playwright · Docker
GitHub →
AI Interview Bot
Real-time voice interview platform
LiveKit WebRTC voice pipeline (faster-whisper STT, Ollama LLM, multi-backend TTS) with session-isolated concurrent interviews. Interview engine handles CV/JD parsing, ChromaDB RAG, ATS scoring, evaluation worker (LLM rubrics + deterministic fallback), and transcript APIs. Rate limiting (Redis/in-memory), turn-level prompt injection defense, Next.js candidate UI with mic/cam pre-checks.
Python · FastAPI · LiveKit · Next.js · ChromaDB · Redis · pytest · Docker
GitHub →
Additional: parking tracking
YOLOv9 + centroid tracking (demo)
Overhead CCTV vehicle detection and tracking prototype using YOLOv9 and Euclidean centroid association. Exploratory computer-vision demo; not a primary research claim.
PyTorch · OpenCV · Ultralytics · YOLOv9
GitHub →
Additional: RAG local chat
Local document Q&A demo
Streamlit app with ChromaDB, LangChain, and Ollama for local document question answering. Teaching / prototyping demo.
Python · ChromaDB · LangChain · Ollama · Streamlit
GitHub →