Skip to content
View Tarunkumar314's full-sized avatar

Highlights

  • Pro

Block or report Tarunkumar314

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Tarunkumar314/README.md

⚡ Key Highlights

  • 🔬 Published IEEE Researcher: Authored research on Early Detection of Mental Health Trends Using AI/ML published in IEEE Xplore (ICDT-2025).
  • 🤖 AI Engineering (Outlier AI): Engineered and refined high-quality model training and alignment datasets, stress-testing complex prompt reasoning, algorithmic efficiency, and code generation across frontier LLMs.
  • 💳 Distributed Payment Engine: Built a high-throughput transaction engine with ACID double-entry ledgers, Kafka event outbox, and Redis idempotency (k6 load-tested to 63 req/s at 0.00% error rate).
  • 🛡️ Agentic AI Evaluation Platform: Engineered a production LangGraph multi-agent evaluation platform with pgvector RAG, Presidio guardrails, and real-time SSE observability.

🛠️ Core Tech Stack & Tooling

Languages, Backend & Databases

Python FastAPI Node.js PostgreSQL Redis Apache Kafka

AI, ML & Orchestration

LangGraph LiteLLM FastEmbed Microsoft Presidio PyTorch

DevOps, Cloud & Monitoring

Docker Prometheus Grafana GitHub Actions AWS


🌟 Featured Projects

Live Console: agentic-ai-eval-platform.vercel.app | API Docs: agentic-ai-eval-platform.onrender.com/docs

  • Multi-Agent StateGraph: LangGraph engine coordinating Planner, RAG, Answer Synthesizer, and Evaluator nodes.
  • Deterministic Guardrails: Microsoft Presidio PII redaction and heuristic prompt-injection scanners, short-circuiting malicious queries pre-LLM.
  • Sub-10ms Semantic Caching: Redis dense vector similarity caching alongside PostgreSQL pgvector HNSW cosine search.
  • Real-Time Telemetry: Groundedness evaluation harness (0.88/1.00 average), human review triage escalation, and live SSE event streaming.
  • ACID Double-Entry Ledger: Built a PostgreSQL ledger guaranteeing auditable transaction histories with strict data integrity.
  • Idempotency & Fraud Mitigation: Implemented Redis idempotency keys for concurrent retry safety and sliding-window fraud detection filters.
  • Event-Driven Settlement: Decoupled transaction settlement via an Apache Kafka transactional outbox pattern with dead-letter queue retries.
  • Resilience Verified: Sustained 63 req/s under k6 load tests with 1.17s p95 latency and 0.00% error rate across 7,500+ transactions.

📬 Contact & Connect

LinkedIn IEEE Publication GitHub

Pinned Loading

  1. agentic-ai-eval-platform agentic-ai-eval-platform Public

    Agentic AI evaluation and observability platform. Features LangGraph multi-agent orchestration, pgvector RAG retrieval, Microsoft Presidio guardrails, Redis semantic caching, LiteLLM gateway, and r…

    Python

  2. payment-reconciliation-engine payment-reconciliation-engine Public

    High-throughput distributed payment reconciliation & fraud mitigation engine. Features ACID double-entry ledgering, idempotent event processing, and Prometheus/Grafana observability.

    Python