Skip to content
View TVANISH002's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report TVANISH002

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.

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
TVANISH002/README.md

Agentic AI RAG LLM Vector Search FastAPI Infra

Anish Tirumala Venkata

I build LLM-powered systems that retrieve, reason, and generate grounded outputs from live data.


Selected Systems

Agentic Research Intelligence Platform

Multi-agent orchestration for automated research workflows Planner β†’ Search β†’ Scrape β†’ Retrieve β†’ Writer β†’ Evaluator

  • ~15–20s end-to-end latency across complex multi-hop queries
  • 5–8 live sources per query with citation-backed outputs
  • 50+ query evaluation using LLM-as-Judge (relevance, faithfulness, completeness)
  • Each agent independently testable β€” production-style modular control

β†’ GitHub


ResearchGPT-Enterprise

Grounded Q&A over large document corpora

  • Retrieval relevance lifted from 65% to 82% through chunking + embedding strategy
  • 10,000+ chunks indexed with FAISS-based semantic retrieval
  • Hallucination risk reduced via strict retrieval grounding
  • FastAPI inference service β€” built for deployment, not just notebooks

β†’ GitHub


Job2Mail

AI-powered cold outreach automation

  • End-to-end LLM pipeline: job description β†’ portfolio retrieval β†’ personalized email
  • ChromaDB semantic search for context selection before generation
  • Modular 3-stage architecture (ingestion β†’ retrieval β†’ generation)
  • GitHub Actions CI for reliable builds

β†’ GitHub


Credit Risk Modeling

ML inference system with production REST API

  • P95 latency reduced by 39% (2.7ms β†’ 1.6ms)
  • SMOTE-Tomek for class imbalance, scikit-learn + FastAPI
  • Containerized with Docker, CI/CD via GitHub Actions

β†’ GitHub


Stack

Area Tools
LLM Systems Agentic AI, RAG, LLM Evaluation, Prompting
Retrieval FAISS, ChromaDB, Pinecone, Embeddings
Backend FastAPI, REST APIs, Pydantic
Infra Docker, GitHub Actions, Azure, AWS
ML / Data scikit-learn, Pandas, NumPy
Models GPT-4o, LLaMA 3, Mistral, Gemini

Currently Building

  • More robust agentic systems with stronger evaluation loops
  • Production-ready RAG workflows with measurable retrieval quality
  • Cloud-deployed AI services on Azure

Links

Portfolio β†’ tvanish002.github.io
LinkedIn β†’ [https://www.linkedin.com/in/anish-tv] Medium β†’ [ https://medium.com/@anish9]

Pinned Loading

  1. Agentic-Research-Platform Agentic-Research-Platform Public

    End-to-end multi-agent research system with 6 specialized agents (Planner, Search, Scraper, Retriever, Writer, Evaluator) to separate task planning, live source discovery, grounded synthesis, and o…

    Python 1

  2. job2mail-ai-cold-outreach job2mail-ai-cold-outreach Public

    AI-powered cold outreach generator that extracts job listings from careers pages, retrieves relevant portfolio projects using semantic search (ChromaDB), and generates personalized emails with Lang…

    Python

  3. ResearchGPT--Enterprise-RAG-AI-Assistant ResearchGPT--Enterprise-RAG-AI-Assistant Public

    Document-grounded Q&A system over 10,000+ chunks using embedding-based retrieval with FAISS indexing.

    Python

  4. credit-risk-modeling credit-risk-modeling Public

    Credit risk prediction workflow to identify likely loan defaulters using structured financial data, with emphasis on preprocessing quality, feature selection, and interpretable risk modeling.

    Python