Skip to content
View snehas-05's full-sized avatar
  • Punjab, India
  • 02:51 (UTC +05:30)

Highlights

  • Pro

Block or report snehas-05

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

๐Ÿš€ Building intelligent systems that reason, retrieve, and respond.

Typing SVG

LinkedIn GitHub Email Profile Views


๐Ÿ‘ฉโ€๐Ÿ’ป whoami

CS undergrad (2027) obsessed with one question: how do AI systems actually think at scale?

I build at the intersection of retrieval, reasoning, and real-world impact โ€” from RAG pipelines to multi-step agents. My work leans backend-heavy, systems-first, and always production-aware.

  • ๐Ÿง  Focus: AI Systems ยท RAG Architectures ยท Agent Frameworks ยท Backend Engineering
  • ๐Ÿ”ฌ Currently building: CodeRAG โ€” an AI debugging agent
  • ๐ŸŒฑ Learning: Advanced agentic systems ยท System design at scale ยท Hybrid search architectures
  • ๐Ÿค Open to: AI/ML collabs, open-source contributions, research discussions
  • ๐Ÿ“ Punjab, India

๐Ÿ’ก What I Bring

  • ๐Ÿงฉ Strong understanding of AI system design (RAG + Agents)
  • โš™๏ธ Ability to build end-to-end backend systems
  • ๐Ÿ” Focus on problem-solving, not just implementation
  • ๐Ÿ“Š Experience with real-world datasets and ML workflows
  • ๐Ÿš€ Builder mindset โ€” turning ideas into working systems

๐Ÿ› ๏ธ Tech Stack

AI / ML

Python LangChain LangGraph HuggingFace OpenAI Scikit-Learn

Backend

FastAPI Flask Node.js

Frontend

Next.js React HTML5 CSS3

Databases & Search

ChromaDB Elasticsearch MySQL

Data Science

Pandas NumPy Matplotlib Seaborn Jupyter

Tools & Platforms

Git GitHub VS Code Linux


๐Ÿš€ Featured Project โ€” CodeRAG

An AI-powered debugging system that finds root causes โ€” not just symptoms.

Most debugging tools tell you where the error is. CodeRAG tells you why it happened โ€” by reasoning across your entire codebase context.

User reports bug โ†’ CodeRAG indexes codebase + logs + docs + git history
                 โ†’ Hybrid search retrieves relevant context
                 โ†’ LangGraph agent reasons across evidence
                 โ†’ Root cause + suggested fix returned
Layer Technology
๐Ÿ”™ Backend FastAPI
๐Ÿ–ฅ๏ธ Frontend Next.js
๐Ÿงฌ Code Embeddings CodeBERT
๐Ÿ—„๏ธ Vector Store ChromaDB
๐Ÿ” Search Engine Elasticsearch
๐Ÿค– Agent Framework LangGraph
๐Ÿ”€ Search Strategy Hybrid (BM25 + Vector)

What makes it different:

  • ๐Ÿ“ Code-aware search โ€” understands functions, classes, call graphs
  • ๐Ÿ”— Cross-context reasoning โ€” correlates logs, docs, and commits
  • ๐Ÿงฉ Multi-step agents โ€” doesn't guess; it traces
  • ๐Ÿ’ก Actionable output โ€” fix suggestions with reasoning, not just pointers

๐Ÿ“Œ Currently

class Sneha:
    status       = "Shipping AI systems that retrieve, reason, and solve real problems"
    learning     = ["Advanced RAG patterns", "Agentic system design", "Distributed systems"]
    exploring    = ["Multi-agent orchestration", "Graph-based retrieval", "Eval frameworks for LLMs"]
    open_to      = "Interesting problems worth solving"

๐Ÿ† Highlights

  • ๐Ÿ”— Winter of Blockchain โ€” Open-source contributor in Web3 ecosystem
  • ๐Ÿค– AI/ML Coursework โ€” Deep Learning ยท NLP ยท Computer Vision ยท Generative AI
  • ๐Ÿ—๏ธ Projects shipped โ€” AI debugging systems, web apps, RAG pipelines
  • ๐Ÿ“ˆ GitHub Achievements โ€” Pull Shark ร— 2 ยท Quickdraw

๐Ÿ“Š GitHub Stats

GitHub Streak


๐Ÿ’ญ How I Think

"Good software is a system, not a script."

I approach every project by asking:

  • What breaks at scale? โ†’ Design for it upfront
  • Where does reasoning fail? โ†’ Add structure and evaluation
  • What's the actual problem? โ†’ Solve that, not the surface symptom

I prefer boring infrastructure that works over clever code that doesn't.


Let's build something that actually matters.

Popular repositories Loading

  1. KBC-Game KBC-Game Public

    Welcome to the KBC Game, a Python implementation of the popular quiz show "Kaun Banega Crorepati" (KBC). This simple console-based game challenges players with a series of multiple-choice questionsโ€ฆ

  2. Secret-code-language-translator Secret-code-language-translator Public

    Welcome to the Secret Code Language project! This Python program allows you to encode and decode messages using a simple secret language technique. It adds random characters to words, making the meโ€ฆ

  3. snehas-05 snehas-05 Public

  4. fest-registration fest-registration Public

    Forked from Ramsey99/fest-registration

    This is a registration website for a college fest using HTML, CSS, Python Flask, mySQL databse.

    HTML

  5. snake-water-gun-in-python snake-water-gun-in-python Public

    This is a simple Python-based Snake-Water-Gun game, a fun console game inspired by the traditional Indian game similar to Rock-Paper-Scissors.

  6. PyVerse PyVerse Public

    Forked from UTSAVS26/PyVerse

    PyVerse is an open-source collection of diverse Python projects, tools, and scripts, ranging from beginner to advanced, across various domains like machine learning, web development, and automation.

    Jupyter Notebook