Skip to content
View vishvaRam's full-sized avatar

Block or report vishvaRam

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

🌌 Vishva Ram | Generative AI Engineer

LLM Optimization • Agentic Systems • Hybrid & Graph RAG

LinkedIn HuggingFace Docker


⚡ Professional Profile

I am a Generative AI Engineer with 2.5 years of production experience architecting enterprise-grade LLM applications, multimodal AI pipelines, and high-performance inference platforms. My work spans fine-tuning foundation models (QLoRA/SFT), optimizing latency and compute costs via AutoRound W4A16 quantization and vLLM multi-GPU serving, and building autonomous agentic workflows.

  • Current Focus: Fine-tuning VLMs/LLMs, accelerating high-throughput vLLM serving, and optimizing Graph-RAG architectures.
  • Impact Highlight: Creator of a quantized model on Hugging Face with 100K+ downloads.
  • Core Philosophy: "Optimization is not just about speed; it's about making advanced AI architecturally sustainable."

🧠 Core Expertise

🤖 LLM Fine-Tuning & Optimization

  • Fine-Tuning: Domain adaptation using QLoRA, SFT, Unsloth, and Hugging Face PEFT.
  • Quantization: W4A16/INT4 model compression using AutoRound, AWQ, and GPTQ.
  • High-Throughput Serving: Production multi-GPU deployment via vLLM, cutting P95 latency by 50%.

📚 Agentic RAG & Graph Engineering

  • Hybrid Retrieval: Orchestrating BM25, semantic vector search, and Reciprocal Rank Fusion (RRF) in Qdrant and Neo4j.
  • Graph-RAG Architectures: Implementing LightRAG and property graph strategies using Qdrant and Neo4j for dual-level knowledge extraction.
  • Observability & Evals: Production tracing, prompt evaluation, and hallucination tracking with Langfuse and Ragas.

⛓️ Agentic Workflows & Vision-Language AI

  • Stateful Agents: Designing autonomous multi-agent loops, self-healing tool execution, and session memory using LangGraph.
  • Multimodal Pipelines: Real-time object detection (YOLOv12) and speech-to-text processing (Whisper ASR) for automated verification platforms.

🚀 Key Projects

  • Agentic LightRAG for Executive Audit Review: Built a LangGraph multi-agent loop with LightRAG, Qdrant and Neo4j acting as a document, vector, and property graph store for long-form audit analysis.
  • Agentic Hybrid RAG for Regulatory Compliance: Engineered a self-healing RAG platform in Qdrant with BM25 + Vector RRF search, intercepting DB exceptions for auto-correction and 99.9% uptime.
  • AI-Driven vKYC Automation System: Built an end-to-end multimodal pipeline featuring YOLOv12 object detection, Whisper ASR, and FastAPI to streamline document and audio verification.

🧪 Open-Source Contributions

📦 Hugging Face

🏛️ LightRAG (HKUDS)

  • Contributed official integrations for the Google Gemini API and PostgreSQL multi-tenant workspace isolation.
  • PRs: #2538 | #2556 | #2615

⚙️ Auto-Round (Intel)

  • Identified critical W4A16 serialization bugs in AWQ export for Qwen3-VL models to improve vLLM inference stability.
  • Issue: intel/auto-round #1377

💻 Technical Stack

Category Tools & Technologies
GenAI & Agents LangGraph, LangChain, LightRAG, Ragas, Langfuse
Fine-Tuning & Quant vLLM, AutoRound, QLoRA, PEFT, Unsloth, Hugging Face
Vector DBs & Search Qdrant, Neo4j, Graph-RAG, BM25 + Semantic (RRF)
Multimodal & CV YOLOv12, Whisper ASR, OpenCV, PyTorch, CUDA
Backend & Cloud Python, FastAPI, Docker, AWS (EC2, ECS, ECR, S3), RunPod

📊 GitHub Performance

Vishva's GitHub Stats Vishva's GitHub Streak

Top Languages


🌍 Connect


⭐️ Building the infrastructure that makes AI smarter, faster, and more accessible.

Pinned Loading

  1. Structured-Output-Examples-for-LLMs Structured-Output-Examples-for-LLMs Public

    This repository demonstrates structured data extraction using various language models and frameworks. It includes examples of generating JSON outputs for name and age extraction from text prompts. …

    Python 9 1

  2. Data-Prep-for-LLM-fine-tuning Data-Prep-for-LLM-fine-tuning Public

    This repository helps prepare datasets for fine-tuning Large Language Models (LLMs). It includes tools for cleaning, formatting, and augmenting data to improve model performance. Designed for resea…

    Jupyter Notebook 2

  3. Unsloth-FineTuning Unsloth-FineTuning Public

    Fine-tuning Qwen 2.5 3B on Reserve Bank of India (RBI) regulations using Unsloth for efficient training. Achieved 57.6% accuracy (8.2x improvement over base model).

    Jupyter Notebook

  4. AutoRound-Quantaization AutoRound-Quantaization Public

    Comprehensive model quantization project using Intel's AutoRound algorithm to create production-ready 4-bit quantized versions of language models. This project demonstrates advanced weight-only qua…

    Jupyter Notebook