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

Highlights

  • Pro

Block or report tsanhith

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

Hey πŸ‘‹, I'm Sanhith Reddy

I'm a final-year Data Science & AI student at IFHE Hyderabad, building intelligent systems at the intersection of Agentic AI, Retrieval-Augmented Generation (RAG ), and Computer Vision. I'm passionate about the mathematical foundations of ML and translating complex ideas into production-ready systems.

Website Badge LinkedIn Badge X Badge LeetCode Badge GitHub Badge

⚑️ Highlights

  • 🎯 343 LeetCode problems solved (75.46% acceptance rate ) | 247+ GitHub contributions
  • πŸ† Smart India Hackathon 2024: Team Lead for AI-driven Traffic Management (Top 5%)
  • πŸ” Recently shipped: Videntia - 4-agent agentic system for video understanding (63% latency reduction, 94% accuracy)
  • 🧠 Specialized in: Multi-agent orchestration (LangGraph), Hybrid RAG systems, Computer Vision pipelines
  • πŸ”¬ Deep-dived into fundamentals: Built Neural Networks from scratch using NumPy, implemented SVD-based image compression
  • πŸ’¬ Let's talk about: Agentic AI, LLM orchestration, RAG systems, Computer Vision, and ML fundamentals
  • πŸ“™ πŸ“„ Resume

πŸŽ“ Key Projects

🎬 Videntia - Agentic Video Understanding System

  • 4-agent LangGraph orchestration (Lead Detective, Retriever, Verifier, Report Generator )
  • Hybrid retrieval: BM25 + Dense embeddings + Vision embeddings + Cross-encoder reranking
  • 63% latency reduction (8 min β†’ 3 min per hour) | 94% temporal logic accuracy
  • Deployed on Hugging Face Spaces, Vercel, CLI

πŸ€– Agentic RAG Hybrid - Intelligent Research Assistant

  • 3-strategy hybrid router: FAISS (private docs ) β†’ Tavily (web search) β†’ Chat fallback
  • Query decomposition with pronoun resolution | Batch Q&A Lab (8 concurrent questions)
  • 40% improvement in match accuracy over keyword-based methods
  • Sub-2-second response times with GitHub Actions CI/CD
  • Singular Value Decomposition achieving 75% file size reduction while preserving 90% SSIM
  • Interactive rank selection with energy-based auto-tuning | Animated reconstruction visualization
  • Optimized with thin SVD and float32 precision for real-time adjustments
  • RAG-based semantic search achieving 40% accuracy improvement over keyword methods
  • LLM-generated personalized explanations for job matches

😴 Autism Detection & Drowsiness Detection Systems

  • CNN-based detection with 92% test accuracy | Real-time video processing optimization
  • Automated 10GB+ video preprocessing (cleaning, labeling, augmentation ) with 95% latency reduction
  • Parallel processing pipeline using Python multiprocessing

πŸš€ Tech Stack & Expertise

πŸ”§ Core Languages & ML Frameworks

πŸ€– AI/ML & LLM Orchestration

πŸ› οΈ Backend & Deployment

πŸ‘οΈ Computer Vision & Data Processing

πŸ“Š GitHub Stats

Sanhith's GitHub stats

Sanhith's GitHub Streak

🎯 What I'm Learning

  • πŸ”„ Advanced multi-agent coordination patterns and state management
  • πŸ“ˆ Scaling RAG systems for production (handling 100GB+ knowledge bases )
  • 🎬 Advanced computer vision techniques (3D reconstruction, pose estimation)
  • βš™οΈ MLOps and model deployment pipelines

πŸ’‘ Let's Connect!

I'm always excited to discuss Agentic AI, LLM orchestration, RAG systems, and Computer Vision. Feel free to reach out!

βš”οΈ Catching up on One Piece when I'm not training models....! βš”οΈ

Views

Pinned Loading

  1. Agentic-RAG-Hybrid Agentic-RAG-Hybrid Public

    Python 1

  2. agentic_ai_agent agentic_ai_agent Public

    Python

  3. Job_Recommendations Job_Recommendations Public

    Jupyter Notebook

  4. svd-image-compression svd-image-compression Public

    Python