Nexus Agent
liveAgentic RAG · LangGraph · Qdrant
Agentic AIAn agentic pipeline that dynamically routes queries between a real-time weather API and a local vector database — deciding at runtime which tool to call, rather than following a fixed script. This is the same decision-routing pattern used in production retrieval systems.
⟡ Dynamic tool routing — no hardcoded flow
LangGraphQdrantPythonStreamlitRAG
Iris Visual AI
liveFastAPI · 3D Plotly · Vercel
ML + VisualizationA real-time classifier with an interactive 3D decision-boundary visualization, served via a FastAPI backend with zero framework overhead on the frontend. Demonstrates how model output can be made interpretable, not just accurate.
⟡ 3D decision boundary rendered in the browser
FastAPIScikit-learnPlotly 3DVanilla JSVercel
Iris Predictor
liveStreamlit · Scikit-learn · Python
Machine LearningAn interactive predictor with a live confusion matrix that updates on every input — built to show, not just claim, how a model's confidence and accuracy actually behave in real time.
⟡ Confusion matrix updates live on every prediction
StreamlitScikit-learnPythonMatplotlib