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 Systems Retrieval Backend Infra

Portfolio

Anish Tirumala Venkata

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

My work focuses on:

  • Agentic AI workflows
  • RAG (retrieval-augmented generation) systems
  • LLM orchestration + evaluation pipelines
  • Backend-driven AI applications

Selected Systems

Agentic Research Intelligence Platform

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

  • Processes 5–8 live sources per query
  • Uses FAISS + MiniLM for semantic retrieval
  • Generates citation-aware, grounded outputs
  • Designed with modular, production-style architecture

β†’ https://github.com/TVANISH002/Agentic-Research-Platform


Job2Mail β€” AI Outreach System

LLM + RAG system for generating personalized cold emails

  • Matches job descriptions with portfolio using embeddings
  • Uses ChromaDB for semantic retrieval
  • Built with LangChain + Groq

β†’ https://github.com/TVANISH002/job2mail-ai-cold-outreach


ResearchGPT-Enterprise RAG Assistant

Document-based QA system

  • Indexed 10K+ chunks
  • Improved retrieval relevance (65% β†’ 82%)
  • Reduced hallucinations through grounding

β†’ https://github.com/TVANISH002/Enterprise-RAG-AI-Assistant


Stack

LLM Systems β€” Agentic AI, RAG, Prompting, Evaluation
Retrieval β€” FAISS, Embeddings, Vector Search
Backend β€” FastAPI, APIs, System Design
ML/Data β€” Pandas, NumPy, Modeling workflows
Infra β€” Docker (basic), CI/CD concepts


Direction

Currently focused on building:

  • more robust agentic systems
  • stronger evaluation pipelines
  • practical production-ready AI workflows

Links

Portfolio β†’ https://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