FarmSense AI — XAI-Driven Crop Yield Prediction Under Climate Stress

Research-Linked

A stacking ensemble predicting crop yields across India using 24 years of agronomic data and NASA POWER climate data, with a phenology-segmented explainability framework and a full-stack farmer advisory dashboard. Accepted for publication.

Result R² = 0.93 (in-distribution) · R² = 0.869 mean across 7 zones (LOZO) · SHAP–LIME consistency ρ = 0.852
Python Scikit-learn XGBoost SHAP LIME Flask NASA POWER API
View details →

SMART-AgRAG — Retrieval-Augmented Generation for Precision Agriculture

Research-Linked

A production-level agricultural advisory system combining FastAPI, ChromaDB, and Gemini Flash in an end-to-end RAG pipeline, grounding crop-specific advice in curated agronomic sources — plus a ResNet-based multimodal disease classifier. Accepted at IEEE ICoICET-2026.

Result 100% response success rate (6/6 queries) · +3.42 avg. capability gain vs. baseline LLM (p<0.001) · 95.2% disease classifier accuracy
Python FastAPI ChromaDB Gemini Flash RAG ResNet
View details →

CCDS — Causal Counterfactual XAI

Research-Linked

Implementation of causal counterfactual explainability methods for tabular ML models, benchmarked across multiple baselines.

Result Cohen's d = 1.15–2.94 over 4 baselines
Python SHAP Scikit-learn Gradient Boosted Trees
View details →

ApologySense

Research-Linked

Apology sincerity detection using a hybrid BERT model, supporting multilingual text (English, Hindi, Hinglish) — accepted at ICETICS 2026.

Result F1 = 91.16% (English, in-language) · 88.34% (Hindi) · 87.21% (Spanish) · 89.67% training on all languages · 79.88–82.45% zero-shot cross-lingual transfer
Python BERT NLP
View details →

Materna-AI

Research-Linked

Full-stack healthcare AI agent for postpartum depression (PPD) risk prediction, combining RAG-based clinical Q&A with a predictive risk model.

Result AUC 0.662 for PPD risk · Full stack, runs locally (FastAPI + React)
RAG Gemini FastAPI React.js Scikit-learn
View details →

FALCON — Multi-Agent RL Cloud Scheduler

Research-Linked

Cooperative multi-agent reinforcement learning system for cloud resource scheduling, outperforming standard baseline schedulers.

Result 84.12% CPU utilization vs 62.9% baseline
Python NumPy Multi-Agent RL
View details →

RAG-Kit

Tool

A modular, swappable-backend RAG pipeline — loading, chunking, embedding, storage, and retrieval as independent pluggable stages, so switching FAISS for Chroma is a one-line change.

Python FAISS ChromaDB Sentence-Transformers BM25
View details →

XAI-Unify

Tool

A single, consistent API that wraps SHAP, LIME, and Captum behind one interface — explaining or comparing all three takes one line of code instead of three code paths.

Python SHAP LIME Captum PyTorch
View details →

XAI-Consistency-Checker

Tool

A CLI tool that quantifies how well SHAP and LIME agree on the same trained model, using rank correlation and overlap diagnostics.

Result ρ = 0.963 full-ranking agreement
Python SHAP LIME SciPy Matplotlib
View details →

PaperTrack

Tool

A lightweight local tool for tracking academic paper submissions across conferences and journals, with one-command export to Markdown or CSV.

Python SQLite CLI (argparse)
View details →

CiteSync

Tool

Keeps a personal site's publications page and BibTeX file in sync with an ORCID record automatically, runnable on a schedule via GitHub Actions.

Python ORCID API BibTeX generation
View details →