Navneet Raj Singh’s portfolio — a chatbot-first site where visitors learn about his ML/Agentic AI work by talking to a terminal-styled assistant, with traditional About/Skills/Experience/Projects/Contact sections below the fold for skimmers.
web/ — Next.js 16 (App Router) + TypeScript + Tailwind frontend, deployed on Vercel. The chat hero currently runs against a mock intent-matching API (web/src/app/api/chat/route.ts) that streams responses in the same protocol the real backend will use.src/portfolio/ — Python (uv-managed) backend-to-be: a RAG chatbot pipeline (LangGraph, open-source LLM via Groq, AWS-hosted) that will replace the mock API.cd web
npm install
npm run dev