PUNEET

AI systems I've shipped.

Personal projects, each with a live demo landing page. Full source on GitHub — the backends aren't publicly hosted, to keep rate limits and data resourcing manageable.

CRM Agentic

CRM Agentic

Live demo

3 autonomous agents — research, enrichment, and monitoring

An agentic CRM where autonomous agents handle lead research, data enrichment, and account monitoring — self-hosted, so your data stays on your own infra.

FastAPISupabaseChromaDBPython
Sakshi AI Companion

Sakshi AI Companion

Live demo

Sub-second voice replies with real long-term memory

A voice-first AI companion with real-time streaming conversation, long-term memory via mem0, and built-in tools for web search, calculation, and document RAG.

ReactFastAPIGroqDeepgrammem0
AI Scrum Master

AI Scrum Master

Live demo

Automates 60-70% of Scrum Master busywork

Six specialized agents run standups, watch for blockers, and report sprint health — read-only by default, with human approval required for anything high-risk.

FastAPIReactJiraSlack
Gita Gyan

Gita Gyan

Live demo

Verse-grounded Q&A over Chapter 2 of the Bhagavad Gita (73 verses)

A retrieval-augmented system built on the Bhagavad Gita — every answer is generated only from retrieved verses, always citing the exact chapter and verse. Current MVP: Chapter 2, BM25 lexical retrieval, extractive answers (no LLM yet).

FastAPIBM25Python