Skip to content
View Atharv-3105's full-sized avatar
🎯
Learning Things One Epoch at a Time
🎯
Learning Things One Epoch at a Time

Block or report Atharv-3105

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.

Content in all repositories owned by your account will be closed.
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
Atharv-3105/README.md

Hi there, I'm Atharva Dwivedi 👋

Backend Engineer • AI Systems • Deep-Learning • Distributed Systems


👨‍💻 About Me

I like building the backend of AI systems more than the AI itself — the ingestion pipelines, the retrieval layer, the service that has to stay up and stay fast. Most of what I build sits at the intersection of Go for the systems side and Python/RAG for the ML side.

Right now I'm mostly thinking about repository intelligence, RAG infrastructure, and what it actually takes to run these pipelines reliably at some scale — not just get them working once in a notebook.

I also spend a fair amount of time reading papers and rebuilding the ideas myself, because that's usually the fastest way I actually understand how something works.

Currently learning: distributed systems, high-performance Go, AI infrastructure, search & retrieval systems.


GitHub Stats Profile Views


🚀 Current Projects

KnowYourRepo — paste a GitHub URL, get back a call graph, dependency map, and a RAG-based chat interface for the codebase. Go API server, Python/FastAPI ML sidecar, Next.js frontend.

AI Architecture Diagram Generator — turns a plain-language description into an Excalidraw diagram. Runs as a small pipeline of agents (parse → layout → validate → repair → export) orchestrated with LangGraph, FastAPI backend, React/TypeScript frontend.

From Scratch —A personal repository where I build foundational machine learning, deep learning, and reinforcement learning concepts from the first principles— without relying on high-level libraries or shortcuts.

SmartFile Manager — a distributed semantic file search pipeline in Go + Python. First project I built that a senior dev actually reviewed and rated well.

Semantic-Duel — a real-time multiplayer word guessing game, Go + WebSockets + ML.


🤝 Connect With Me


Building scalable systems that power intelligent applications.

Pinned Loading

  1. JobBot JobBot Public

    Telegram bot that crawls job boards, scores listings against your real profile, and tailors your résumé with deterministic guards so it can't invent a skill you don't have.

    Python

  2. From_Scratch From_Scratch Public

    Implementing Models from Scratch

    Jupyter Notebook

  3. Semantic-Duel Semantic-Duel Public

    Real-time multiplayer semantic word battle game (Go + WebSockets + ML service)

    Go

  4. SmartFile-Manager SmartFile-Manager Public

    Distributed file ingestion pipeline built with Go and Python, leveraging OCR, Sentence-Transformers embeddings, SQLite vector storage, and semantic retrieval.

    Go

  5. ArchiGen-AI ArchiGen-AI Public

    🏗️ Transform natural language into production-ready architecture diagrams & ADRs. Powered by a self-healing LangGraph multi-agent pipeline, FastAPI, and Excalidraw. Features real-time SSE streaming…

    Python