Featured · Agentic AI
Agentic AI Assistant
An advanced AI platform built around multi-agent reasoning, long-term memory, and
retrieval-augmented generation. It handles document, vision, and voice inputs, and
automates workflows by coordinating specialised agents — deployed as a live application.
PythonLLMsRAGMulti-AgentFAISSGradioHugging Face
Featured · Network Science
Community Intelligence Platform
A research-analytics platform that detects collaboration communities by building
co-authorship networks from live OpenAlex publication data. It applies the Louvain
algorithm to surface research communities and rank influential researchers, presented
through an interactive dashboard — deployed to production on AWS.
PythonNetworkXLouvainOpenAlex APIStreamlitPyVisAWS EC2Nginx
Featured · End-to-End ML
GharIQ — India Home Value Estimator
An end-to-end machine-learning web service that predicts residential property prices across
Indian cities. Built on a cleaned dataset of 64,000+ listings (30 cities, 3,000+ localities) —
with careful removal of rental, mislabeled, and duplicate data, and normalized schemas — it
serves a HistGradientBoosting model (scikit-learn Pipeline, log-transformed target) through a
FastAPI REST API and a custom interactive frontend. Containerized with Docker and shipped with
a GitHub Actions CI pipeline.
Pythonpandasscikit-learnFastAPIDockerGitHub ActionsHTML/CSS/JS
Agentic AI · Pharma CRM
AI-First CRM — HCP Interaction
A pharma field-rep screen to log doctor (HCP) visits two ways — a structured form or a
conversational AI panel. A LangGraph agent (router → tool → responder) turns plain-English
notes into structured CRM writes across five tools, both panels sharing one backend.
ReactRedux ToolkitFastAPILangGraphGroqPostgreSQL
Agentic AI · Pharma QMS
AI Complaint Management System
A customer-complaint module for a pharmaceutical Quality Management System. Upload a complaint
(PDF / DOCX / TXT / EML) or paste text; a LangGraph agent extracts 11 fields, assesses risk
severity and priority, auto-fills the form, and saves to PostgreSQL — with a built-in AI Q&A chat.
ReactRedux ToolkitFastAPILangGraphGroqPostgreSQL
AI Automation
AI Invoice Automation Workflow
An end-to-end pipeline that turns invoice emails into approved database records: Gmail → PDF
extraction → a FastAPI + Gemini service returning structured JSON → Airtable, with a
human-in-the-loop approval step. Orchestrated as two n8n workflows.
n8nFastAPIGoogle GeminiAirtableGmail APIDocker
LLM Pipeline · Safety
Vedaz AI Astrologer
A data pipeline for a safe AI Vedic astrologer — validates chat structure and safety rules,
generates new safe Hinglish astrology conversations, and scores response quality with an LLM
judge (safety, warmth, honesty, helpfulness), wrapped in a Streamlit live-chat dashboard.
PythonGroqStreamlitPandasscikit-learnRapidFuzz
Production API
Page Pulse — URL Audit Service
A production-grade URL audit API returning health and SEO signals (status, response time,
title, meta, heading/image hygiene, links, HTTPS, security headers). Built for production:
SSRF protection, timeouts, a concurrency cap, per-client rate limiting, caching, structured
logging, tests, and CI.
PythonFastAPIDockerGitHub Actionspytest
NLP
SentimentSense
A sentiment-analysis project that classifies product reviews as positive, negative, or
neutral at 88% accuracy, comparing Naive Bayes, SVM, and Logistic Regression.
PythonNLTKscikit-learnPandas
Computer Vision
TARA — Attendance System
A real-time AI attendance system using facial recognition, reaching 95%+ accuracy with an
OpenCV pipeline and a Flask back end.
PythonOpenCVFlaskComputer Vision
Data Analysis
Trader Performance vs. Market Sentiment
An exploratory analysis (Primetrade.ai internship assignment) of how trader performance on
Hyperliquid relates to the Bitcoin Fear & Greed Index — joining ~211,000 trades with daily
market sentiment to surface actionable patterns.
PythonPandasJupyterMatplotlibEDA