🧀
BERT Bible Q&A
Fine-tuned BERT model on Bible corpus for semantic question answering. Ask a question — get scripture-grounded answers with passage context.
BERT • HuggingFace • Transformers
🔗 Open Live Demo
💬
Sentiment Analysis
Binary sentiment classifier running TensorFlow.js entirely in the browser. Positive / negative with confidence score — zero server round-trip.
TF.js • LSTM • In-Browser Inference
🔗 Open Live Demo
🎉
Text AI Classifier
Train your own multi-class text classifiers in-browser using ML.NET SDCA and OVA algorithms. Upload training data, configure labels, get a model — no GPU.
ML.NET • SDCA • OVA • C#
🔗 Open Live Demo
📄
Resume Parser
Upload a PDF resume — NLP pipeline extracts structured skills, experience, education and contact details. Entity extraction with named-entity recognition.
NER • spaCy • PDF.js • Node.js
🔗 Open Live Demo
📷
Object Detection
Real-time in-browser object detection using TensorFlow.js with the COCO-SSD model. No server upload — webcam or image input, instant multi-class bounding boxes.
TF.js • COCO-SSD • WebGL
🔗 Open Live Demo
⚡
YOLO v8 Detection
YOLOv8 model exported to ONNX running fully in-browser. Real-time multi-class detection with confidence thresholds — no Python, no GPU, no server.
YOLOv8 • ONNX Runtime • WebAssembly
🔗 Open Live Demo
🚗
Car Damage Detection
Domain-specific YOLO model trained on a vehicle damage dataset. Upload a car photo — the model localises and classifies damage zones. ONNX runtime in-browser.
YOLO • ONNX • Domain Training
🔗 Open Live Demo
🤹
Pose Detection
Full-body pose keypoint detection from live webcam feed. TF.js BlazePose/PoseNet overlays 33 landmarks in real-time. Potential for rehab, fitness and gesture control.
TF.js • BlazePose • WebRTC
🔗 Open Live Demo
✍
Hand Pose Tracker
Experimental hand landmark detection repurposed as a mouse pointer substitute. 21 keypoints tracked at 30fps — explores vision-based human-computer interaction.
MediaPipe • Hand Landmarks • HCI
🔗 Open Live Demo
🔴
OCR — Image to Text
Upload any image — Tesseract.js runs OCR entirely in the browser. Supports multi-language, layout analysis and copy-to-clipboard output. Zero server upload.
Tesseract.js • WASM • In-Browser
🔗 Open Live Demo
🪟
Sudoku Image Solver
Photograph a printed Sudoku puzzle. CNN detects the grid, digit recognition fills each cell, backtracking solver completes the puzzle — all in-browser, under 3 seconds.
CNN • Digit Recognition • Algorithm
🔗 Open Live Demo
🧠
MCP Server Hub
A production MCP (Model Context Protocol) server exposing tools, resources and prompts for LLM agents. Claude, GPT-4 and open-weight models connect here to access real-time data, execute business logic and chain multi-step reasoning workflows.
MCP • Anthropic SDK • Tool Use • Streaming
🔗 Open Live Demo
✅
MCP JSON Validator
Online validator for MCP tool, resource and prompt schemas. Paste or upload a JSON definition - validates structure, required fields and type correctness against the MCP spec. Essential for anyone building MCP servers.
MCP Schema • JSON Validation • Dev Tooling
🔗 Open Live Demo
🔓
ARK OIDC Auth Server
Open-source OAuth 2.0 + OpenID Connect authorization server in ASP.NET Core. Full spec implementation: PKCE, refresh rotation, JWKS, discovery, front/back-channel logout.
OAuth2 • OIDC • JWT • ASP.NET Core
🔗 Open Live Demo
📊
Site Monitor
Real-time uptime and performance dashboard for all immanuel.co hosted services. Tracks response times, SSL expiry, status codes and availability across every subdomain in one view.
Uptime • SLA • Health Checks • Alerting
🔗 Open Dashboard