All Projects

End-to-end systems built for real-world impact - from zero-cost RAG pipelines to autonomous AI agents.33 total

Showing 33 projects in All

Flagship

B2B Research & Outreach Agent

Multi-tenant, multi-agent RAG platform designed for automated lead research and highly personalized outreach. Features a six-stage autonomous agent pipeline executing: Research, RAG-based context retrieval, Drafting, Review Gating, Sending, and Tracking via a Next.js dashboard.

馃搶 JWT tenant scoping 路 Gemini embeddings 路 ChromaDB
Next.jsNode.jsGeminiChroma
Flagship
Private

AI Voice Call Center Platform

Production SaaS call center supporting UK-based dental clinics and restaurants. Integrates a real-time voice processing pipeline with Twilio for SIP routing, Deepgram for sub-second STT, ElevenLabs for natural TTS, and OpenAI for intent resolution.

馃搶 12-page dashboard 路 3 subscriber tiers 路 CRM sync
React/ViteFastAPITwilioElevenLabs
Flagship

BrandTide - AI Sentiment Analysis

Enterprise-grade sentiment analysis platform utilizing a RoBERTa model fine-tuned on Roman Urdu, Urdu, and English reviews. Includes a robust FastAPI backend interfacing with a Gemini agent to translate natural-language queries into MongoDB aggregates.

馃搶 98% accuracy 路 96% F1 路 80+ automated tests
FastAPIReactMongoDBRoBERTa
Flagship

AI Support Agent

Multi-tenant RAG chatbot SaaS solution allowing businesses to train AI on proprietary documents. Provides an embeddable site widget alongside seamless omnichannel integrations for WhatsApp and Instagram, all orchestrated via Express and Twilio.

馃搶 Multi-tenant RAG 路 Pluggable LLMs (Groq, Gemini, Anthropic)
Next.jsExpressTwilioSQLite
Flagship

Instagram AI Chatbot

Asynchronous DM automation backend processing real-time Meta webhooks. Features advanced per-user session memory with a 30-minute TTL, keyword-based trigger routing, and human-like typing delay simulation to optimize Instagram user engagement metrics.

馃搶 asyncio concurrency 路 30-min TTL 路 human-like typing
FastAPIPythonGPT-4o-miniInstagram API
Automation

Speed-to-Lead Automation

High-velocity automation framework that triggers instantly upon new lead ingestion. Automatically dispatches SMS booking links via Twilio, securely logs the lead details in a SQLite database, and escalates to human agents if unbooked within 10 minutes.

馃搶 Instant engagement 路 Automated escalation
FastAPITwilioSendGridSQLite
DevOps / Cloud

End-to-End DevOps Platform

Consolidated DevOps showcase: Containerized application deployed on a Kubernetes cluster with Horizontal Pod Autoscaling (2-5 replicas @ 70% CPU). Features CI/CD via Jenkins with SonarQube quality gates, alongside full AWS infrastructure via Terraform IaC.

馃搶 Kubernetes HPA 路 Jenkins Blue-Green 路 Terraform IaC
KubernetesDockerTerraformJenkinsAWS
AI / ML

Medical AI Assistant - RAG System

Highly optimized retrieval-augmented generation system indexing over 4,000+ complex medical transcriptions. Engineered with LangChain and FAISS for semantic retrieval, and completely containerized via Docker to support zero-cost local CPU-only inference.

馃搶 4,000+ docs indexed 路 Zero-cost local inference
TinyLlama 1.1BLangChainFAISSDocker
AI / ML

AI Legal Contract Analyzer

Advanced RAG pipeline designed for semantic retrieval and contextual reasoning across 510 dense legal contracts from the CUAD dataset. Automatically enforces 15 specific compliance rules, generating granular compliance reports via a Streamlit interface.

馃搶 510 contracts indexed 路 15 compliance rules enforced
TinyLlama 1.1BLangChainFAISSStreamlit
NLP

Text Summarization System

State-of-the-art NLP pipeline featuring a T5-Base model fine-tuned on a corpus of 5,000+ CNN/DailyMail articles for abstractive summarization. Deployed directly to the HuggingFace Hub with an interactive frontend application hosted on Streamlit Cloud.

馃搶 ROUGE-1 0.397 路 ROUGE-2 0.183 路 ROUGE-L 0.285
T5-BaseHuggingFaceStreamlit
Automation
Private

Vendor Price-Drift Agent

Automated workflow ingestion engine triggered by Gmail, calculating price diffs against Google Sheets. If drift exceeds an 8% threshold, a Gemini-powered agent sources competitive alternatives from SerpApi, utilizing a Slack human-in-the-loop gate.

馃搶 8% drift threshold 路 Slack human-in-the-loop
n8nGeminiSerpApiSlack
AI / ML
Private

DocuBot - Documentation Generator

Intelligent parsing engine that ingests raw source code to autonomously generate descriptive docstrings. Employs advanced BPE tokenization, Word2Vec embeddings, and a specialized Seq2Seq architecture with Attention mechanisms for high-fidelity outputs.

馃搶 Automated code documentation injection
BPEWord2VecSeq2Seq+AttentionPython
NLP

AI Recipe Generator

Creative NLP application powered by a GPT-2 transformer fine-tuned on a heavily curated dataset of 10,000+ recipes. Capable of generating coherent, step-by-step culinary instructions from a dynamic list of user-provided ingredients using top-p sampling.

馃搶 10,000+ recipes 路 Top-p sampling
GPT-2HuggingFaceStreamlit
Full Stack

AI Document Summarizer

Comprehensive document processing platform capable of extracting and analyzing text from PDFs, Word docs, and web URLs. Employs the YAKE algorithm for unsupervised keyword extraction and leverages SHA-256 hashing algorithms for robust duplicate detection.

馃搶 YAKE algorithm 路 SHA-256 hashing
DjangoReactPythonSQLite
AI App

AI Exercise Coach - Pose Detection

Interactive fitness application utilizing MediaPipe pose detection to accurately count reps and provide real-time form feedback. Enhances user experience with voice coaching via ElevenLabs TTS synchronized with a word-level lip-synced animated 2D avatar.

馃搶 MediaPipe Pose Detection 路 Lip-synced avatar
TypeScriptReactMediaPipeElevenLabs
Full Stack

AgriConnect - Agricultural Platform

Scalable microservices architecture featuring Redis-backed session management, JWT refresh tokens, and auto-generated Swagger documentation. Backed by a high-performance hybrid MongoDB and MySQL data layer utilizing optimized compound database indexes.

馃搶 Redis caching 路 Hybrid DB architecture
Node.jsExpressMongoDBMySQLDocker
Full Stack

SkillSwap - Freelancer Marketplace

Dynamic Upwork-style freelancer marketplace built on a comprehensive 7-model Mongoose schema. Incorporates real-time, bi-directional Socket.io room-based messaging streams securely scoped to individual project instances for seamless client communication.

馃搶 7-model schema 路 Socket.io streaming
Node.jsMongoDBReactSocket.io
Healthtech
Private

Healthcare Platform - Medical System

Secure multi-tenant telemedicine platform engineered with dedicated authentication scopes for 4 distinct user roles (Patient, Doctor, Admin, Nutritionist). Integrated with a proprietary AI-powered medical consultation interface and credit billing system.

馃搶 4 user roles 路 Credit billing
ReactDjangoNode.js
Frontend

Universal Viseme System - Audio SDK

High-performance browser SDK leveraging the Web Audio API and FFT analysis to convert raw audio streams into real-time 2D avatar lip-sync animations. Accurately maps 15 distinct viseme types to specific mouth shapes while modeling natural coarticulation.

馃搶 15 viseme types 路 Web Audio API 路 FFT analysis
TypeScriptReactWeb Audio APICanvas/SVG
Mobile App

SoulNest - Spiritual Companion App

Compassionate, faith-based grief support application designed with cross-platform capabilities. Provides secure journaling, a synchronized community prayer wall, and an algorithmic companion matching system, entirely backed by Firebase Cloud Functions.

馃搶 Client freelance delivery 路 Firestore backend
FlutterFirebaseCloud Functions
Mobile App

Agents Boardroom - Community App

Exclusive, premium mobile community application built for UK estate agents. Enforces strict role-based access controls, integrates Stripe for tiered subscription handling, and features a gamified, points-based reputation and networking ecosystem.

馃搶 Role-based access 路 Stripe Subscriptions
FlutterFirebaseRiverpodStripe
Web3
Private

NEXUS Protocol - DeFi Ecosystem

Secure suite of three Solidity smart contracts deployed on the Polygon Mainnet, featuring a custom ERC20 token, a cryptographically secure multi-step presale mechanism, and a deflationary token burn system. Interfaced via a React Web3 WalletConnect dApp.

馃搶 Polygon Mainnet 路 Smart Contract Deployment
SolidityHardhatPolygonReact
Desktop / Tools

PDF to Audiobook Converter

Automated desktop utility that programmatically converts raw PDFs into structured MP3 audiobooks. Features algorithmic chapter detection and orchestrates 4 independent TTS engines (including Edge TTS and Coqui XTTS), merging audio with loudness normalization.

馃搶 4 TTS engines 路 Loudness normalization
PythonEdge TTSCoqui XTTSStreamlit
Mobile App

Emotion-Detection Simulator

Innovative cross-platform React Native training application where users converse dynamically with an AI entity. The system analyzes their vocal inflections and emotion in real time using the Hume AI API and Whisper STT, monitored heavily via Sentry.

馃搶 Hume AI 路 Expo Router 路 Sentry monitoring
React NativeExpoTypeScriptZustand
Frontend

AI Talking Avatar

Client-commissioned web application providing real-time voice and text-based interactions. The avatar features dynamic, viseme-driven lip synchronization directly powered by the advanced capabilities of the OpenAI API and ElevenLabs TTS infrastructure.

馃搶 Client freelance delivery 路 Viseme animation
OpenAIElevenLabsReact
AI / ML

Convobot - Empathetic Chatbot

Rigorous machine learning project featuring a custom encoder-decoder Transformer architecture built entirely from scratch in PyTorch. Incorporates a hidden dimension of 256 and 2 attention heads, achieving a verifiable BLEU score of 0.2316 on test datasets.

馃搶 Custom Transformer architecture 路 PyTorch
PyTorchPythonStreamlit
Algorithms

Smart Traffic Management System

Algorithmic routing platform utilizing NetworkX city graphs to execute Dijkstra routing protocols over live travel-time edge weights. Features an asynchronous traffic-light timing service alongside a highly optimized vehicle simulation execution manager.

馃搶 Dijkstra routing 路 NetworkX graphs
FastAPIReactPython
Data Science

Stochastic Patient-Risk Modeling

Advanced data science modeling tool predicting diabetic patient health degradation. Implements a robust Markov Chain and Hidden Markov Model architecture coupled with theoretical queueing theory algorithms to accurately forecast risk state transitions.

馃搶 Markov Chains 路 hmmlearn 路 Queueing theory
FlaskReactPython
DevOps

Kubernetes Policy Engine

Strict Kubernetes-native governance and compliance engine deployed to enforce security protocols across containerized workloads. Utilizes Kyverno policies to automatically validate, mutate, and generate operational configurations across all cluster namespaces.

馃搶 Validate, mutate, generate policies
KyvernoKubernetesYAMLShell
QA / SQE

Mobile Test Automation Framework

Comprehensive QA automation framework for Android applications built on a highly scalable Page Object Model architecture. Orchestrates 10 independent test cases executing in parallel across a Dockerized Appium grid via TestNG with a thread-count of 3.

馃搶 10 test cases 路 Thread-count 3 路 Dockerized Appium
Java 11AppiumTestNGDocker
QA / SQE

Weather API Automation Testing

Rigorous API quality assurance suite utilizing Jest and Frisby to validate 9 endpoint specifications. Augmented with robust k6 load and stress testing scripts deliberately ramping up to 500 concurrent virtual users to benchmark endpoint saturation limits.

馃搶 9 specs 路 k6 load testing 路 500 VUs
JestFrisbyk6JavaScript
Cloud

Three-Tier Book Review App on AWS

Enterprise-grade cloud architecture featuring a public ALB routing to a Next.js EC2 instance, leading to an internal ALB, and terminating at a Node.js backend. Entire infrastructure, including an RDS Multi-AZ database, provisioned via AWS CloudFormation.

馃搶 AWS CloudFormation 路 Multi-AZ Architecture
Next.jsNode.jsRDS MySQLAWS
Flagship (In Progress)
Coming Soon

Enterprise AI Agent Platform

Next-generation multi-agent orchestration framework (supervisor, planner, retriever, reflection) supporting hybrid RAG. Features an extensible MCP tool registry, persistent long-term memory, robust RBAC, and a critical human-in-the-loop review gateway.

馃搶 LangGraph 路 MCP tool registry 路 RBAC
Vue 3FastAPILangGraphPostgreSQLQdrant