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

AI Engineer β€” M.S. Computer Science @ University of Florida
I build LLM-powered systems that go beyond demos β€” grounded retrieval, multi-agent orchestration, and production deployment on real infrastructure.

Currently building a RAG-based grant writing assistant deployed on Azure at Street Care.
πŸ” Open to AI Engineer / ML Engineer roles β€” graduating Dec 2025.


What I Build

I don't just fine-tune models. I build the full system around them:

  • Retrieval pipelines that actually work β€” chunking strategy, embedding choice, hybrid search, metadata filtering
  • Agentic workflows where agents are independently testable and replaceable
  • Evaluation layers β€” LLM-as-Judge, retrieval benchmarking, grounding checks β€” because shipping without measurement isn't production
  • Deployed APIs β€” FastAPI, Docker, GitHub Actions CI/CD, Azure Container Apps

Projects

πŸ”¬ 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 fully citation-backed outputs
  • 50+ query evaluation using LLM-as-Judge across relevance, faithfulness, and completeness
  • Each agent independently testable and replaceable β€” built for production-style modular control β†’ View on GitHub

πŸ“„ ResearchGPT β€” Enterprise RAG AI Assistant

Grounded Q&A over research-paper corpora

  • End-to-end RAG system: PDF ingestion β†’ chunking β†’ MiniLM embeddings β†’ FAISS indexing β†’ FastAPI β†’ Streamlit
  • Retrieval relevance improved from 68.5% β†’ 80.0% through iterative tuning of chunk size, overlap, and top-k, plus corpus expansion across RAG, FAISS, BM25, and LoRA papers
  • Modular architecture designed to scale toward 10,000+ document chunks
  • Built evaluation utilities for corpus statistics, retrieval benchmarking, and grounding checks
  • Strict retrieval-grounded prompting to reduce hallucination risk β†’ View on GitHub

βœ‰οΈ Job2Mail β€” AI Cold Outreach Automation

End-to-end personalized outreach pipeline

  • LLM pipeline: job description β†’ ChromaDB semantic retrieval β†’ personalized cold email
  • Modular 3-stage architecture: ingestion β†’ retrieval β†’ generation
  • Configurable tone, sender profile, and project context for targeted outreach
  • GitHub Actions CI runs on every push for stable, deployment-ready builds β†’ View on GitHub

πŸ“Š Credit Risk Modeling β€” ML Inference API

Production-grade financial risk classification

  • P95 latency reduced by 39% β€” from 2.7ms to 1.6ms β€” by eliminating redundant preprocessing
  • Real-time predictions via FastAPI REST API with end-to-end scikit-learn pipeline
  • SMOTE-Tomek for robust class imbalance handling
  • Containerized with Docker, CI/CD via GitHub Actions β†’ View on GitHub

Stack

Area Tools
LLM & Agents Agentic AI, Multi-Agent Orchestration, RAG, LLM Evaluation, LLM-as-Judge, Chain-of-Thought, ReAct
Retrieval FAISS, ChromaDB, Pinecone, Azure AI Search, Hybrid Search, text-embedding-3-small, MiniLM
Backend FastAPI, REST APIs, Pydantic, Async Processing
Infra Docker, GitHub Actions, Azure Container Apps, AWS
ML / NLP scikit-learn, PyTorch, HuggingFace, DistilBERT, Pandas, NumPy
Models GPT-4o, LLaMA 3, Mistral, Gemini

Currently Building

  • RAG-based grant writing assistant on Azure (Street Care) β€” recursive chunking, metadata filtering, hybrid search
  • Stronger evaluation loops across agentic pipelines
  • Production-ready RAG workflows with measurable retrieval quality benchmarks

Links

🌐 Portfolio β†’ tvanish002.github.io
πŸ’Ό LinkedIn β†’ linkedin.com/in/anish-tv

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

    Production-style RAG system for research-paper Q&A with FastAPI, Streamlit, FAISS, MiniLM embeddings, Groq LLM generation, and retrieval evaluation.

    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