| Capability | Project | Details |
|---|---|---|
| AI Vision — Gemini 1.5 Flash | AgroPro | Drag-drop image → disease detection → confidence arc meter + tabbed results |
| Blockchain Fraud Detection | CryptoGuard | Real-time transaction analysis, anomaly scoring, 5-indicator risk engine |
| Graph Neural Networks | FraudLens | GNN-based fraud pattern detection for Pune Police Cybercrime Cell |
| OSINT Intelligence | IntelOps | Multi-source geopolitical intelligence with SIGINT/GEOINT/OSINT/SOCINT |
| Spatial Risk Intelligence | NRC-OS | Incident discovery, geo-analysis, AI-driven disaster coordination |
| AI CAD Assistant — NVIDIA NIM | EE Zone | LLaMA 3.3-70B via NVIDIA NIM API · iframe-embedded CADAM · AI-powered electrical CAD |
| Structured AI Output | All Projects | JSON schema validation, error boundaries, SDK-safe integrations |
| Prompt Engineering | All Projects | Few-shot, chain-of-thought, system-prompt optimization |
Key production insight: Always use the
@google/generative-aiSDK with JSON schema validation — never raw API calls. This ensures stable, type-safe, production-grade AI integrations.
| NRC-OS | EE Zone |
|---|---|
| National Emergency Command System | AI-Powered Electrical CAD Platform |
| AI-driven real-time incident discovery | NVIDIA NIM · LLaMA 3.3-70B · CADAM |
| All Public Repos | |
|---|---|
| 18+ Production Repositories | React · TypeScript · AI · Cybersecurity |
|
Pull Shark Opened and merged multiple PRs |
Quickdraw Lightning fast issue and PR response |
YOLO Shipped features fast and bold |
Pair Extraordinaire Exceptional co-authored commits |
| Experience | Projects Shipped | AI Apps Built | PRs Merged |
|---|---|---|---|
| Gov Projects | Police Collabs | Gemini Apps | Blockchain AI |
|---|---|---|---|
How I build:
- Architecture First — Design scalable systems before touching code
- Component-Driven UI — React 19 + Vite + Tailwind design systems with full reusability
- API-First Backend — REST APIs with strong contracts, error handling and rate limiting
- AI-Integrated by Default — LLM/vision pipelines embedded into core product flows
- Validate Everything — JSON schema validation, SDK-safe patterns, error boundaries
- Ship Fast, Stay Clean — CI/CD pipelines, meaningful commits, clean PR history
Engineering standards: Secure auth flows · Clean code with typed interfaces · Performance-first (lazy loading, memoization) · CI/CD pipelines · Documentation on every project · Graceful error handling and AI fallbacks
CryptoGuard -> Expanding fraud pattern library & real-time alert webhooks
IntelOps -> SIGINT/GEOINT/OSINT/SOCINT geopolitical intelligence platform
FraudLens -> GNN fraud detection platform for Pune Police Cybercrime Cell
AgroPro -> Multi-language crop disease support & offline PWA mode
Learning -> Advanced RAG, vector databases, LangChain & LangGraph