Skip to content
View santanu2908's full-sized avatar

Block or report santanu2908

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

Pinned Loading

  1. chat-with-pdf-rag chat-with-pdf-rag Public

    Minimal RAG pipeline from scratch — upload a PDF, ask questions, get cited answers. FastAPI + FAISS + sentence-transformers, no LangChain. ~300 lines.

    Python

  2. qiskit-bell-state-tutorial qiskit-bell-state-tutorial Public

    🔮 First quantum computing program — Build a Bell State (quantum entanglement) with IBM Qiskit, explained line by line. No physics degree needed.

    Python

  3. linear-algebra-essentials linear-algebra-essentials Public

    A beginner-friendly collection of Jupyter notebooks covering the essentials of linear algebra with clear NumPy code and visualizations. Topics include vectors, basis, transformations, dot product, …

    Jupyter Notebook 1 1

  4. demo-mcp-01 demo-mcp-01 Public

    My first Model Context Protocol (MCP) server — a local Node.js tool that connects Claude to a deterministic calculator.

    JavaScript 2

  5. cosine-similarity cosine-similarity Public

    Python