

Built a privacy-first Chrome extension that lets users chat with any webpage instantly — zero cloud cost, zero data sharing.
How it works:
- Scrapes webpage content using BeautifulSoup4
- Converts content into embeddings using BAAI/bge-large (InstructorEmbeddings)
- Stores embeddings locally in ChromaDB vector database
- Answers questions using Groq LLaMA 3.3 70B at ~300 tokens/sec
Key highlights:
- MMR-based retrieval fetches diverse, relevant context — no repetitive answers
- ChromaDB disk persistence cuts repeat-visit load time from 30 seconds to under 2 seconds
- Flask REST backend with automatic re-indexing when page content changes
- Fully local pipeline — no third-party cloud embeddings needed
A personal AI agent on Telegram that autonomously manages your daily life — finances, schedule, coaching, and reminders — all in one conversation.
Powered by a LangGraph ReAct agent with 4 specialised tool modules:
- memory_tool — remembers past conversations using ChromaDB vector memory
- finance_tool — tracks budget, income, and daily expenses
- schedule_tool — manages priorities, tasks, and time planning
- advice_tool — generates weekly reports and personalised coaching insights
Key highlights:
- Agent autonomously decides which tool to use based on your message
- Daily and scheduled reminders run in the background via APScheduler
- Groq LLaMA 3.3 70B for fast, zero-cost LLM inference
- Persistent memory across sessions — agent remembers you every time
- Fully self-hosted on local hardware — your data never leaves your machine
Deep learning research project to detect and classify retinal diseases from eye scan images — built as part of M.Tech thesis.
What it does:
- Segments blood vessels in retinal images using a CNN encoder-decoder architecture
- Classifies across 45 retinal disease categories
- Trained and evaluated on the RFMiD 2.0 benchmark dataset
Impact:
- Research formally published in MDPI Data journal — Data, 8(2), 29
- Dataset now used by researchers globally as a standard benchmark for retinal disease AI
- Contributed to advancing AI-driven diagnostic tools in medical imaging