A showcase of what I've built — from concept to deployment
Live
An AI-powered skill verification and job matching platform for Bangladesh. Job seekers and freelancers earn verified badges via timed assessments, which are used by AI to match them with relevant job listings and opportunities.
Live
A production-quality passwordless login system using magic links and OTP. Users enter their email and receive a short-lived redirect link (250s) plus an 8-digit one-time code, secured with JWT sessions, CSRF protection, and Redis rate-limiting.
Live
A secure, client-side web app that encrypts audio and video files into standard image files using a 12-character composite passphrase with AES-256-GCM encryption and PBKDF2 key derivation. All operations run entirely in the browser — zero server storage.
Live
A professional cryptographic hash generation and verification tool supporting SHA-256, SHA-512, SHA3-256, and BLAKE2b algorithms. All processing happens client-side via the Web Crypto API — your data never leaves your device.
Live
A multi-modal explainable deep learning system that classifies Air Quality Index into six categories by fusing visual features from environmental images (EfficientNet-B3) with numerical sensor data (TabNet) via an attention-based fusion mechanism.
Live
A high-precision multi-horizon solar energy forecasting framework combining Temporal Fusion Transformer and N-BEATS branches fused via attention weighting. Uses Kalman Filtering and Wavelet Transforms for denoising before prediction.
Live
An end-to-end credit card fraud detection system using a hybrid PyTorch architecture with geospatial analysis, behavioral profiling via rolling windows, and Haversine distance integration to detect geographical anomalies in financial transactions.
Live
A robust NLP pipeline for sentiment classification using transformer-based models (BanglaBERT). Features specialized preprocessing via the CSE BUET normalizer to handle Bengali language nuances, colloquialisms, and domain-specific terminology.
Live
A multi-modal multi-label classifier for 8 ocular disease categories using Swin Transformer for fundus image encoding, a Graph Attention Network to reason over disease co-occurrences, and Grad-CAM++ for explainable diagnostic heatmaps.
Live
A full-stack MERN application empowering citizens to report urban issues (potholes, broken lights, flooding) with geolocation and images. Features proximity filtering via the Haversine Formula, upvoting, and an admin dashboard to manage report statuses.
Live
An AI-driven lead classification and entity extraction tool for real estate workflows. Uses Cohere LLMs to classify leads and extract structured data (location, intent, budget) from free-text messages, then auto-syncs processed results to an Airtable base.
Live
A Retrieval-Augmented Generation pipeline built with LangChain and Cohere API. Allows natural language Q&A about real estate properties, with answers grounded in local document data using CohereEmbeddings and a FAISS vector store.
Live
A two-stage smart attendance monitoring system for educational institutions. Leverages AI-driven face recognition (OpenCV + HaarCascade) combined with ESP interface hardware and Firebase for accurate, tamper-proof classroom presence verification.
Live
A PHP-based virtual assistant chatbot integrated into Dewan High School's web application. Acts as a virtual assistant providing real-time information and streamlining communication between the school administration and its community.
In Dev
A comprehensive web-based AI chatbot platform with multi-agent architecture (General, Translator, Creative Writer, Problem Solver, Task Executor), conversation management, PDF/text export, multi-modal image processing, and real-time chat interface.
In Dev
A full-stack, AI-driven end-to-end recruitment automation platform with real-time interview capability, calendar scheduling, skill assessments, and fairness checks. Built on a modern dev stack to streamline the entire hiring pipeline from sourcing to offer.